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.at(long index, @NotNull Consumer<@NotNull VkVertexInputBindingDescription2EXT> consumer) VkVertexInputBindingDescription2EXT.Ptr.offset(long offset) VkVertexInputBindingDescription2EXT.Ptr.reinterpret(long newSize) Assume theVkVertexInputBindingDescription2EXT.Ptris capable of holding at leastnewSizestructures, create a new viewVkVertexInputBindingDescription2EXT.Ptrthat 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).