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