Home
last modified time | relevance | path

Searched defs:destroy_shader_module (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1340 pub destroy_shader_module: PFN_vkDestroyShaderModule, field
2164 unsafe extern "system" fn destroy_shader_module( in load() function
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs1226 pub unsafe fn destroy_shader_module( in destroy_shader_module() method