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