gfx-rs / wgpu-native

Native WebGPU implementation based on wgpu-core
Apache License 2.0
843 stars 96 forks source link

Expose create_shader_module_unchecked in wgpu-native? #396

Open rowbyte opened 2 months ago

rowbyte commented 2 months ago

I see that the wgpu-rs lib has a func create_shader_module_unchecked which configures the shader module to skip bounds checking. Are there any plans to expose that functionality in the wgpu-native FFI interface?