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