Uses of Record Class
club.doki7.vulkan.datatype.VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr
Packages that use VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr
-
Uses of VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.PtrModifier and TypeMethodDescriptionVkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV> consumer) VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr.offset(long offset) VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr.reinterpret(long newSize) Assume theVkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptrthat uses the same backing storage as thisVkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr, but with the new size.VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.Ptr.slice(long end) VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV.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).