Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceRayTracingPropertiesNV
Packages that use VkPhysicalDeviceRayTracingPropertiesNV
-
Uses of VkPhysicalDeviceRayTracingPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceRayTracingPropertiesNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceRayTracingPropertiesNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceRayTracingPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceRayTracingPropertiesNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceRayTracingPropertiesNV.clone
(Arena arena, VkPhysicalDeviceRayTracingPropertiesNV src) VkPhysicalDeviceRayTracingPropertiesNV.maxDescriptorSetAccelerationStructures
(int value) VkPhysicalDeviceRayTracingPropertiesNV.maxGeometryCount
(long value) VkPhysicalDeviceRayTracingPropertiesNV.maxInstanceCount
(long value) VkPhysicalDeviceRayTracingPropertiesNV.maxRecursionDepth
(int value) VkPhysicalDeviceRayTracingPropertiesNV.maxShaderGroupStride
(int value) VkPhysicalDeviceRayTracingPropertiesNV.maxTriangleCount
(long value) VkPhysicalDeviceRayTracingPropertiesNV.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceRayTracingPropertiesNV.shaderGroupBaseAlignment
(int value) VkPhysicalDeviceRayTracingPropertiesNV.shaderGroupHandleSize
(int value) VkPhysicalDeviceRayTracingPropertiesNV.sType
(int value) VkPhysicalDeviceRayTracingPropertiesNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceRayTracingPropertiesNVMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceRayTracingPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceRayTracingPropertiesNV.clone
(Arena arena, VkPhysicalDeviceRayTracingPropertiesNV src) void
VkPhysicalDeviceRayTracingPropertiesNV.Ptr.write
(long index, @NotNull VkPhysicalDeviceRayTracingPropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceRayTracingPropertiesNVModifier and TypeMethodDescriptionVkPhysicalDeviceRayTracingPropertiesNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceRayTracingPropertiesNV> consumer)