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 TypeMethodDescriptionintVkDeviceCommands.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.Ptrstatic VkCuFunctionNVX.Ptrstatic VkCuFunctionNVX.PtrVkCuFunctionNVX.Ptr.allocate(Arena arena, @Nullable VkCuFunctionNVX @NotNull [] values) static VkCuFunctionNVX.PtrVkCuFunctionNVX.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkCuFunctionNVX> values) static VkCuFunctionNVX.PtrVkCuFunctionNVX.Ptr.allocateV(Arena arena, @Nullable VkCuFunctionNVX value0, @Nullable VkCuFunctionNVX... values) VkCuFunctionNVX.Ptr.offset(long offset) VkCuFunctionNVX.Ptr.reinterpret(long newSize) Assume theVkCuFunctionNVX.Ptris capable of holding at leastnewSizehandles, create a new viewVkCuFunctionNVX.Ptrthat 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).