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