Uses of Record Class
club.doki7.vulkan.handle.VkVideoSessionKHR
Packages that use VkVideoSessionKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkVideoSessionKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkVideoSessionKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.bindVideoSessionMemoryKHR
(VkDevice device, VkVideoSessionKHR videoSession, int bindSessionMemoryInfoCount, IVkBindVideoSessionMemoryInfoKHR pBindSessionMemoryInfos) void
VkDeviceCommands.destroyVideoSessionKHR
(VkDevice device, @Nullable VkVideoSessionKHR videoSession, @Nullable VkAllocationCallbacks pAllocator) int
VkDeviceCommands.getVideoSessionMemoryRequirementsKHR
(VkDevice device, VkVideoSessionKHR videoSession, IntPtr pMemoryRequirementsCount, @Nullable IVkVideoSessionMemoryRequirementsKHR pMemoryRequirements) -
Uses of VkVideoSessionKHR in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkVideoSessionKHRModifier and TypeMethodDescription@Nullable VkVideoSessionKHR
VkVideoBeginCodingInfoKHR.videoSession()
@Nullable VkVideoSessionKHR
VkVideoSessionParametersCreateInfoKHR.videoSession()
Methods in club.doki7.vulkan.datatype with parameters of type VkVideoSessionKHRModifier and TypeMethodDescriptionVkVideoBeginCodingInfoKHR.videoSession
(@Nullable VkVideoSessionKHR value) VkVideoSessionParametersCreateInfoKHR.videoSession
(@Nullable VkVideoSessionKHR value) -
Uses of VkVideoSessionKHR in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkVideoSessionKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkVideoSessionKHR
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkVideoSessionKHRModifier and TypeMethodDescription@Nullable VkVideoSessionKHR
VkVideoSessionKHR.Ptr.read()
@Nullable VkVideoSessionKHR
VkVideoSessionKHR.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkVideoSessionKHRModifier and TypeMethodDescription@NotNull Iterator
<VkVideoSessionKHR> VkVideoSessionKHR.Ptr.iterator()
Methods in club.doki7.vulkan.handle with parameters of type VkVideoSessionKHRModifier and TypeMethodDescriptionstatic VkVideoSessionKHR.Ptr
VkVideoSessionKHR.Ptr.allocate
(Arena arena, @Nullable VkVideoSessionKHR @NotNull [] values) static VkVideoSessionKHR.Ptr
VkVideoSessionKHR.Ptr.allocateV
(Arena arena, @Nullable VkVideoSessionKHR value0, @Nullable VkVideoSessionKHR... values) void
VkVideoSessionKHR.Ptr.write
(long index, @Nullable VkVideoSessionKHR value) void
VkVideoSessionKHR.Ptr.write
(@Nullable VkVideoSessionKHR value) void
VkVideoSessionKHR.Ptr.write
(@Nullable VkVideoSessionKHR[] values) void
VkVideoSessionKHR.Ptr.writeV
(@Nullable VkVideoSessionKHR value0, @Nullable VkVideoSessionKHR... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkVideoSessionKHRModifier and TypeMethodDescriptionstatic VkVideoSessionKHR.Ptr
VkVideoSessionKHR.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkVideoSessionKHR> values)