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