Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/
Dphysical.rs80 external_buffer_properties: OnceCache<ExternalBufferInfo, ExternalBufferProperties>, field
493 pub fn external_buffer_properties( in external_buffer_properties() method
566 let mut external_buffer_properties = ash::vk::ExternalBufferProperties::default(); in external_buffer_properties_unchecked() localVariable