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