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