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