Socket
Socket
Sign inDemoInstall

webgl-framework

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webgl-framework - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

4

dist/types/BaseShader.d.ts

@@ -23,3 +23,3 @@ export declare abstract class BaseShader {

*/
private getShader;
protected getShader(type: GLenum, code: string): WebGLShader | undefined;
/** Retrieve and save uniforms and attributes for actual shader here */

@@ -42,3 +42,3 @@ abstract fillUniformsAttributes(): void;

/** Initializes shader. */
private initShader;
protected initShader(): void;
/** Activates shader. */

@@ -45,0 +45,0 @@ use(): void;

{
"name": "webgl-framework",
"version": "2.3.1",
"version": "2.3.2",
"description": "Basic low-level WebGL framework",

@@ -5,0 +5,0 @@ "author": "Oleksandr Popov (github.com/keaukraine/)",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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