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