Skip to main content

create_shader_module

Function create_shader_module 

Source
pub fn create_shader_module(
    spv_data: &[u8],
) -> Result<ShaderModule, &'static str>