Searched refs:create_shader_module (Results 1 – 4 of 4) sorted by relevance
21 wgpu::ShaderModule create_shader_module(const wgpu::Device& device, const char* source) { in create_shader_module() function115 auto vsModule = create_shader_module(dawnSharedContext()->device(), kVertexShaderText); in findOrCreateBlitWithDrawPipeline()116 auto fsModule = create_shader_module(dawnSharedContext()->device(), kFragmentShaderText); in findOrCreateBlitWithDrawPipeline()
105 check_errors(fns.v1_0.create_shader_module( in from_ptr()
1522 pub create_shader_module: PFN_vkCreateShaderModule, field2328 create_shader_module: unsafe { in load()2329 unsafe extern "system" fn create_shader_module( in load() function2335 panic!(concat!("Unable to load ", stringify!(create_shader_module))) in load()2341 create_shader_module in load()4208 pub unsafe fn create_shader_module( in create_shader_module() method4215 (self.create_shader_module)(device, p_create_info, p_allocator, p_shader_module) in create_shader_module()
2016 pub unsafe fn create_shader_module( in create_shader_module() method2023 .create_shader_module( in create_shader_module()