pub struct IndexTypeUint8Features {
pub index_type_uint8: bool,
}Expand description
Features of the physical device for vertex indexing.
See
VkPhysicalDeviceIndexTypeUint8FeaturesEXT
manual page.
Fields§
§index_type_uint8: boolIndicates that VK_INDEX_TYPE_UINT8_EXT can be used with vkCmdBindIndexBuffer2KHR and vkCmdBindIndexBuffer.
Trait Implementations§
Source§impl Debug for IndexTypeUint8Features
impl Debug for IndexTypeUint8Features
Source§impl Default for IndexTypeUint8Features
impl Default for IndexTypeUint8Features
Source§fn default() -> IndexTypeUint8Features
fn default() -> IndexTypeUint8Features
Returns the “default value” for a type. Read more
Source§impl From<PhysicalDeviceIndexTypeUint8FeaturesKHR<'_>> for IndexTypeUint8Features
impl From<PhysicalDeviceIndexTypeUint8FeaturesKHR<'_>> for IndexTypeUint8Features
Source§fn from(features: PhysicalDeviceIndexTypeUint8FeaturesEXT<'_>) -> Self
fn from(features: PhysicalDeviceIndexTypeUint8FeaturesEXT<'_>) -> Self
Converts to this type from the input type.