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