Class VkPhysicalDeviceIndexTypeUint8FeaturesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceIndexTypeUint8FeaturesKHR extends VkPhysicalDeviceIndexTypeUint8Features
struct VkPhysicalDeviceIndexTypeUint8FeaturesKHR {
    VkStructureType sType;
    void * pNext;
    VkBool32 indexTypeUint8;
}