Class VkPhysicalDeviceShader64BitIndexingFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceShader64BitIndexingFeaturesEXT extends Struct<VkPhysicalDeviceShader64BitIndexingFeaturesEXT> implements NativeResource
struct VkPhysicalDeviceShader64BitIndexingFeaturesEXT {
    VkStructureType sType;
    void * pNext;
    VkBool32 shader64BitIndexing;
}