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