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