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.Ptr
@NotNull VkMicromapCreateInfoEXT.Ptr
VkMicromapCreateInfoEXT.Ptr.offset
(long offset) @NotNull VkMicromapCreateInfoEXT.Ptr
VkMicromapCreateInfoEXT.Ptr.reinterpret
(long newSize) Assume theVkMicromapCreateInfoEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkMicromapCreateInfoEXT.Ptr
that uses the same backing storage as thisVkMicromapCreateInfoEXT.Ptr
, but with the new size.VkMicromapCreateInfoEXT.Ptr.slice
(long end) @NotNull VkMicromapCreateInfoEXT.Ptr
VkMicromapCreateInfoEXT.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).