Class VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT extends Struct<VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT> implements NativeResource
struct VkPhysicalDeviceRayTracingInvocationReorderPropertiesEXT {
    VkStructureType sType;
    void * pNext;
    VkRayTracingInvocationReorderModeEXT rayTracingInvocationReorderReorderingHint;
    uint32_t maxShaderBindingTableRecordIndex;
}