wgsl_reflect
Advanced tools
Comparing version 1.0.16 to 1.0.17
{ | ||
"name": "wgsl_reflect", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "WGSL Parser and Reflection library", | ||
@@ -5,0 +5,0 @@ "author": "Brendan Duncan", |
@@ -142,3 +142,3 @@ # WebGPU Shading Language Reflection Library | ||
outputs: Array<OutputInfo>; | ||
arguments: Array<ArgumentInfo>; // only for non-entry functions | ||
arguments: Array<ArgumentInfo>; | ||
returnType: TypeInfo | null; | ||
@@ -145,0 +145,0 @@ resources: Array<VariableInfo>; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
344415
9562