Searched refs:create_shader_module (Results 1 – 4 of 4) sorted by relevance
35 wgpu::ShaderModule create_shader_module(const wgpu::Device& device, const char* source) { in create_shader_module() function389 auto vsModule = create_shader_module(dawnSharedContext()->device(), kVertexShaderText); in findOrCreateBlitWithDrawPipeline()390 auto fsModule = create_shader_module(dawnSharedContext()->device(), kFragmentShaderText); in findOrCreateBlitWithDrawPipeline()
1339 pub create_shader_module: PFN_vkCreateShaderModule, field2145 create_shader_module: unsafe { in load()2146 unsafe extern "system" fn create_shader_module( in load() function2152 panic!(concat!("Unable to load ", stringify!(create_shader_module))) in load()2158 create_shader_module in load()
2626 pub unsafe fn create_shader_module( in create_shader_module() method2632 (self.device_fn_1_0.create_shader_module)( in create_shader_module()
272 (fns.v1_0.create_shader_module)( in from_words_with_data()