Class VkQueryLowLatencySupportNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkQueryLowLatencySupportNV extends Struct<VkQueryLowLatencySupportNV> implements NativeResource
struct VkQueryLowLatencySupportNV {
    VkStructureType sType;
    void const * pNext;
    void * pQueriedLowLatencyData;
}