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.PtrVkDispatchGraphInfoAMDX.Ptr.at(long index, @NotNull Consumer<@NotNull VkDispatchGraphInfoAMDX> consumer) @NotNull VkDispatchGraphInfoAMDX.PtrVkDispatchGraphInfoAMDX.Ptr.offset(long offset) @NotNull VkDispatchGraphInfoAMDX.PtrVkDispatchGraphInfoAMDX.Ptr.reinterpret(long newSize) Assume theVkDispatchGraphInfoAMDX.Ptris capable of holding at leastnewSizestructures, create a new viewVkDispatchGraphInfoAMDX.Ptrthat uses the same backing storage as thisVkDispatchGraphInfoAMDX.Ptr, but with the new size.VkDispatchGraphInfoAMDX.Ptr.slice(long end) @NotNull VkDispatchGraphInfoAMDX.PtrVkDispatchGraphInfoAMDX.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).