Class VkPhysicalDeviceShaderClockFeaturesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceShaderClockFeaturesKHR extends Struct<VkPhysicalDeviceShaderClockFeaturesKHR> implements NativeResource
struct VkPhysicalDeviceShaderClockFeaturesKHR {
    VkStructureType sType;
    void * pNext;
    VkBool32 shaderSubgroupClock;
    VkBool32 shaderDeviceClock;
}