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