Uses of Record Class
club.doki7.vulkan.datatype.VkExtent2D.Ptr
Packages that use VkExtent2D.Ptr
-
Uses of VkExtent2D.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkExtent2D.PtrModifier and TypeMethodDescriptionstatic VkExtent2D.Ptr
@NotNull VkExtent2D.Ptr
VkExtent2D.Ptr.offset
(long offset) @NotNull VkExtent2D.Ptr
VkExtent2D.Ptr.reinterpret
(long newSize) Assume theVkExtent2D.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkExtent2D.Ptr
that uses the same backing storage as thisVkExtent2D.Ptr
, but with the new size.VkExtent2D.Ptr.slice
(long end) @NotNull VkExtent2D.Ptr
VkExtent2D.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).