pub unsafe fn create_shader_module(
device: VkDevice,
create_info: *const VkShaderModuleCreateInfo,
allocator: *const VkAllocationCallbacks,
shader_module_out: *mut VkShaderModule,
) -> VkResultExpand description
ยงSafety
direct calling ffi functions.