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