Uses of Record Class
club.doki7.vulkan.datatype.VkGeometryNV.Ptr
Packages that use VkGeometryNV.Ptr
-
Uses of VkGeometryNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkGeometryNV.PtrModifier and TypeMethodDescriptionstatic VkGeometryNV.Ptr
VkGeometryNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkGeometryNV> consumer) @NotNull VkGeometryNV.Ptr
VkGeometryNV.Ptr.offset
(long offset) VkAccelerationStructureInfoNV.pGeometries
(int assumedCount) @NotNull VkGeometryNV.Ptr
VkGeometryNV.Ptr.reinterpret
(long newSize) Assume theVkGeometryNV.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkGeometryNV.Ptr
that uses the same backing storage as thisVkGeometryNV.Ptr
, but with the new size.VkGeometryNV.Ptr.slice
(long end) @NotNull VkGeometryNV.Ptr
VkGeometryNV.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).