Uses of Record Class
club.doki7.vulkan.datatype.VkMicromapUsageEXT.Ptr
Packages that use VkMicromapUsageEXT.Ptr
-
Uses of VkMicromapUsageEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkMicromapUsageEXT.PtrModifier and TypeMethodDescriptionstatic VkMicromapUsageEXT.PtrVkMicromapUsageEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkMicromapUsageEXT> consumer) @NotNull VkMicromapUsageEXT.PtrVkMicromapUsageEXT.Ptr.offset(long offset) VkAccelerationStructureTrianglesDisplacementMicromapNV.pUsageCounts(int assumedCount) VkAccelerationStructureTrianglesOpacityMicromapEXT.pUsageCounts(int assumedCount) VkMicromapBuildInfoEXT.pUsageCounts(int assumedCount) @NotNull VkMicromapUsageEXT.PtrVkMicromapUsageEXT.Ptr.reinterpret(long newSize) Assume theVkMicromapUsageEXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkMicromapUsageEXT.Ptrthat uses the same backing storage as thisVkMicromapUsageEXT.Ptr, but with the new size.VkMicromapUsageEXT.Ptr.slice(long end) @NotNull VkMicromapUsageEXT.PtrVkMicromapUsageEXT.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).