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