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

@webgpu/glslang-web

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webgpu/glslang-web - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

dist/glslang.d.ts

@@ -1,2 +0,2 @@

declare type ShaderType = 'vertex' | 'fragment' | 'compute';
declare type ShaderStage = 'vertex' | 'fragment' | 'compute';

@@ -9,4 +9,4 @@ declare interface ResultZeroCopy {

declare interface Glslang {
compileGLSLZeroCopy(glsl: string, shader_type: ShaderType, gen_debug: boolean): ResultZeroCopy;
compileGLSL(glsl: string, shader_type: ShaderType, gen_debug: boolean): Uint32Array;
compileGLSLZeroCopy(glsl: string, shader_stage: ShaderStage, gen_debug: boolean): ResultZeroCopy;
compileGLSL(glsl: string, shader_type: ShaderStage, gen_debug: boolean): Uint32Array;
}

@@ -18,2 +18,2 @@

export function glslangModule(): GlslangModule;
export default function(): GlslangModule;
{
"name": "@webgpu/glslang-web",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/glslang",

@@ -5,0 +5,0 @@ "license": "glslang/LICENSE.txt",

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