pub type ImageStencilUsageCreateInfoEXT = ImageStencilUsageCreateInfo;Expand description
Aliased Type§
#[repr(C)]pub struct ImageStencilUsageCreateInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub stencil_usage: ImageUsageFlags,
}Fields§
§s_type: StructureType§next: *const c_void§stencil_usage: ImageUsageFlags