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