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 TypeMethodDescriptionint
VkDeviceCommands.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.Ptr
static VkVideoSessionKHR.Ptr
static VkVideoSessionKHR.Ptr
VkVideoSessionKHR.Ptr.allocate
(Arena arena, @Nullable VkVideoSessionKHR[] values) static VkVideoSessionKHR.Ptr
VkVideoSessionKHR.Ptr.allocateV
(Arena arena, @Nullable VkVideoSessionKHR value0, @Nullable VkVideoSessionKHR... values) VkVideoSessionKHR.Ptr.offset
(long offset) VkVideoSessionKHR.Ptr.reinterpret
(long newSize) Assume theVkVideoSessionKHR.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkVideoSessionKHR.Ptr
that 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).