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