Struct ash::vk::ShaderModuleValidationCacheCreateInfoEXT [−][src]
#[repr(C)]pub struct ShaderModuleValidationCacheCreateInfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub validation_cache: ValidationCacheEXT, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
validation_cache: ValidationCacheEXT
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for ShaderModuleValidationCacheCreateInfoEXT
impl !Sync for ShaderModuleValidationCacheCreateInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more