Class VkPhysicalDeviceRayTracingInvocationReorderFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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