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