Struct ash::vk::MicromapUsageEXT
source · #[repr(C)]pub struct MicromapUsageEXT {
pub count: u32,
pub subdivision_level: u32,
pub format: u32,
}Expand description
Fields§
§count: u32§subdivision_level: u32§format: u32Implementations§
source§impl MicromapUsageEXT
impl MicromapUsageEXT
pub fn builder<'a>() -> MicromapUsageEXTBuilder<'a>
Trait Implementations§
source§impl Clone for MicromapUsageEXT
impl Clone for MicromapUsageEXT
source§fn clone(&self) -> MicromapUsageEXT
fn clone(&self) -> MicromapUsageEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MicromapUsageEXT
impl Debug for MicromapUsageEXT
source§impl Default for MicromapUsageEXT
impl Default for MicromapUsageEXT
source§fn default() -> MicromapUsageEXT
fn default() -> MicromapUsageEXT
Returns the “default value” for a type. Read more