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