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