Class VkPhysicalDeviceIndexTypeUint8FeaturesKHR

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

public class VkPhysicalDeviceIndexTypeUint8FeaturesKHR extends VkPhysicalDeviceIndexTypeUint8Features
See VkPhysicalDeviceIndexTypeUint8Features.

Layout


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