Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV
Packages that use VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV
-
Uses of VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceRayTracingInvocationReorderPropertiesNVModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceRayTracingInvocationReorderPropertiesNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceRayTracingInvocationReorderPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.clone(Arena arena, VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV src) VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.pNext(@NotNull MemorySegment value) VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.rayTracingInvocationReorderReorderingHint(int value) VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.sType(int value) VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceRayTracingInvocationReorderPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceRayTracingInvocationReorderPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.clone(Arena arena, VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV src) voidVkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.Ptr.write(long index, @NotNull VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceRayTracingInvocationReorderPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceRayTracingInvocationReorderPropertiesNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceRayTracingInvocationReorderPropertiesNV> consumer)