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