Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

parsegraph-compileprogram

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parsegraph-compileprogram

compileprogram

  • 2.2.23
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

compileProgram

It is common for multiple WebGL painters to use the same shader program. But each painter would need to compile its own version of the program.

A global registry would alleviate this problem, but it's possible that different GL contexts would exist within the same process.

This library solves this problem by using a shared object that provides the GL instance, as well as an shaders map, from shader name to the compiled WebGL program instance.

Installing

If you are seeing errors about missing webgl-debug, and you are trying to build this package, run make install-deps to install it.

FAQs

Package last updated on 01 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc