Class VkPhysicalDeviceIndexTypeUint8Features

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkPhysicalDeviceIndexTypeUint8FeaturesEXT, VkPhysicalDeviceIndexTypeUint8FeaturesKHR

public class VkPhysicalDeviceIndexTypeUint8Features extends Struct<VkPhysicalDeviceIndexTypeUint8Features> implements NativeResource

 struct VkPhysicalDeviceIndexTypeUint8Features {
     VkStructureType sType;
     void * pNext;
     VkBool32 indexTypeUint8;
 }