Class VkPhysicalDeviceIndexTypeUint8FeaturesEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceIndexTypeUint8FeaturesKHR>
org.lwjgl.vulkan.VkPhysicalDeviceIndexTypeUint8FeaturesKHR
org.lwjgl.vulkan.VkPhysicalDeviceIndexTypeUint8FeaturesEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceIndexTypeUint8FeaturesEXT extends VkPhysicalDeviceIndexTypeUint8FeaturesKHR
See VkPhysicalDeviceIndexTypeUint8FeaturesKHR.

Layout


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