Uses of Record Class
club.doki7.vulkan.handle.VkVideoSessionKHR.Ptr
Packages that use VkVideoSessionKHR.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkVideoSessionKHR.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkVideoSessionKHR.PtrModifier and TypeMethodDescriptionintVkDeviceCommands.createVideoSessionKHR(VkDevice device, VkVideoSessionCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionKHR.Ptr pVideoSession) -
Uses of VkVideoSessionKHR.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkVideoSessionKHR.PtrModifier and TypeMethodDescriptionstatic VkVideoSessionKHR.Ptrstatic VkVideoSessionKHR.Ptrstatic VkVideoSessionKHR.PtrVkVideoSessionKHR.Ptr.allocate(Arena arena, @Nullable VkVideoSessionKHR @NotNull [] values) static VkVideoSessionKHR.PtrVkVideoSessionKHR.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkVideoSessionKHR> values) static VkVideoSessionKHR.PtrVkVideoSessionKHR.Ptr.allocateV(Arena arena, @Nullable VkVideoSessionKHR value0, @Nullable VkVideoSessionKHR... values) VkVideoSessionKHR.Ptr.offset(long offset) VkVideoSessionKHR.Ptr.reinterpret(long newSize) Assume theVkVideoSessionKHR.Ptris capable of holding at leastnewSizehandles, create a new viewVkVideoSessionKHR.Ptrthat uses the same backing storage as thisVkVideoSessionKHR.Ptr, but with the new size.VkVideoSessionKHR.Ptr.slice(long end) VkVideoSessionKHR.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).