Uses of Record Class
club.doki7.vulkan.datatype.VkAccelerationStructureGeometryKHR.Ptr
Packages that use VkAccelerationStructureGeometryKHR.Ptr
-
Uses of VkAccelerationStructureGeometryKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkAccelerationStructureGeometryKHR.PtrModifier and TypeMethodDescriptionVkAccelerationStructureGeometryKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkAccelerationStructureGeometryKHR> consumer) VkAccelerationStructureGeometryKHR.Ptr.offset
(long offset) VkAccelerationStructureBuildGeometryInfoKHR.pGeometries
(int assumedCount) VkAccelerationStructureGeometryKHR.Ptr.reinterpret
(long newSize) Assume theVkAccelerationStructureGeometryKHR.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkAccelerationStructureGeometryKHR.Ptr
that uses the same backing storage as thisVkAccelerationStructureGeometryKHR.Ptr
, but with the new size.VkAccelerationStructureGeometryKHR.Ptr.slice
(long end) VkAccelerationStructureGeometryKHR.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).