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.Ptr
is capable of holding at leastnewSize
structures, create a new viewVkPhysicalDeviceCudaKernelLaunchPropertiesNV.Ptr
that 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).