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