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