Class VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV extends Struct<VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV> implements NativeResource

 struct VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV {
     VkStructureType sType;
     void * pNext;
     VkRayTracingInvocationReorderModeNV rayTracingInvocationReorderReorderingHint;
 }