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