Uses of Record Class
club.doki7.vulkan.datatype.VkBindIndexBufferIndirectCommandNV.Ptr
Packages that use VkBindIndexBufferIndirectCommandNV.Ptr
-
Uses of VkBindIndexBufferIndirectCommandNV.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkBindIndexBufferIndirectCommandNV.PtrModifier and TypeMethodDescriptionVkBindIndexBufferIndirectCommandNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkBindIndexBufferIndirectCommandNV> consumer) VkBindIndexBufferIndirectCommandNV.Ptr.offset(long offset) VkBindIndexBufferIndirectCommandNV.Ptr.reinterpret(long newSize) Assume theVkBindIndexBufferIndirectCommandNV.Ptris capable of holding at leastnewSizestructures, create a new viewVkBindIndexBufferIndirectCommandNV.Ptrthat uses the same backing storage as thisVkBindIndexBufferIndirectCommandNV.Ptr, but with the new size.VkBindIndexBufferIndirectCommandNV.Ptr.slice(long end) VkBindIndexBufferIndirectCommandNV.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).