Home
last modified time | relevance | path

Searched refs:destroy_shader_module (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1340 pub destroy_shader_module: PFN_vkDestroyShaderModule, field
2163 destroy_shader_module: unsafe { in load()
2164 unsafe extern "system" fn destroy_shader_module( in load() function
2171 stringify!(destroy_shader_module) in load()
2178 destroy_shader_module in load()
/external/rust/android-crates-io/crates/vulkano/src/shader/
Dmod.rs383 (fns.v1_0.destroy_shader_module)(self.device.handle(), self.handle, ptr::null()); in drop()
/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs1226 pub unsafe fn destroy_shader_module( in destroy_shader_module() method
1231 (self.device_fn_1_0.destroy_shader_module)( in destroy_shader_module()