Class VkPhysicalDeviceRayTracingInvocationReorderFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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