Uses of Record Class
club.doki7.vulkan.datatype.VkIndirectCommandsLayoutTokenEXT.Ptr
Packages that use VkIndirectCommandsLayoutTokenEXT.Ptr
-
Uses of VkIndirectCommandsLayoutTokenEXT.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkIndirectCommandsLayoutTokenEXT.PtrModifier and TypeMethodDescription@NotNull VkIndirectCommandsLayoutTokenEXT.Ptr
VkIndirectCommandsLayoutTokenEXT.Ptr.offset
(long offset) VkIndirectCommandsLayoutCreateInfoEXT.pTokens
(int assumedCount) @NotNull VkIndirectCommandsLayoutTokenEXT.Ptr
VkIndirectCommandsLayoutTokenEXT.Ptr.reinterpret
(long newSize) Assume theVkIndirectCommandsLayoutTokenEXT.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkIndirectCommandsLayoutTokenEXT.Ptr
that uses the same backing storage as thisVkIndirectCommandsLayoutTokenEXT.Ptr
, but with the new size.VkIndirectCommandsLayoutTokenEXT.Ptr.slice
(long end) @NotNull VkIndirectCommandsLayoutTokenEXT.Ptr
VkIndirectCommandsLayoutTokenEXT.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).