Volodymyr

Results 1 issues of Volodymyr

I have this structure in a shader used as vertex shader input ```wgsl struct VertexInput { @location(0) position: vec3, @location(1) texture_id: u32, @builtin(vertex_index) vertex_index: u32 } @vertex fn vs_main(in: VertexInput)...

bug