Uses of Record Class
club.doki7.vulkan.handle.VkCudaFunctionNV.Ptr
Packages that use VkCudaFunctionNV.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkCudaFunctionNV.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCudaFunctionNV.PtrModifier and TypeMethodDescriptionint
VkDeviceCommands.createCudaFunctionNV
(VkDevice device, VkCudaFunctionCreateInfoNV pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkCudaFunctionNV.Ptr pFunction) -
Uses of VkCudaFunctionNV.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkCudaFunctionNV.PtrModifier and TypeMethodDescriptionstatic VkCudaFunctionNV.Ptr
static VkCudaFunctionNV.Ptr
static VkCudaFunctionNV.Ptr
VkCudaFunctionNV.Ptr.allocate
(Arena arena, @Nullable VkCudaFunctionNV @NotNull [] values) static VkCudaFunctionNV.Ptr
VkCudaFunctionNV.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkCudaFunctionNV> values) static VkCudaFunctionNV.Ptr
VkCudaFunctionNV.Ptr.allocateV
(Arena arena, @Nullable VkCudaFunctionNV value0, @Nullable VkCudaFunctionNV... values) VkCudaFunctionNV.Ptr.offset
(long offset) VkCudaFunctionNV.Ptr.reinterpret
(long newSize) Assume theVkCudaFunctionNV.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkCudaFunctionNV.Ptr
that uses the same backing storage as thisVkCudaFunctionNV.Ptr
, but with the new size.VkCudaFunctionNV.Ptr.slice
(long end) VkCudaFunctionNV.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).