Class VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV>
org.lwjgl.vulkan.VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV extends org.lwjgl.system.Struct<VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV> implements org.lwjgl.system.NativeResource
Structure describing shader module identifier properties of an implementation.
Description
Note

Because the extension changes how hits are managed there is a compatibility reason to expose the extension even when an implementation does not have sorting active.

If the VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


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