Function create_shader_module

Source
pub unsafe fn create_shader_module(
    device: VkDevice,
    create_info: *const VkShaderModuleCreateInfo,
    allocator: *const VkAllocationCallbacks,
    shader_module_out: *mut VkShaderModule,
) -> VkResult