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 TypeMethodDescriptionintVkDeviceCommands.bindVideoSessionMemoryKHR(VkDevice device, VkVideoSessionKHR videoSession, int bindSessionMemoryInfoCount, IVkBindVideoSessionMemoryInfoKHR pBindSessionMemoryInfos) voidVkDeviceCommands.destroyVideoSessionKHR(VkDevice device, @Nullable VkVideoSessionKHR videoSession, @Nullable VkAllocationCallbacks pAllocator) intVkDeviceCommands.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 VkVideoSessionKHRVkVideoBeginCodingInfoKHR.videoSession()@Nullable VkVideoSessionKHRVkVideoSessionParametersCreateInfoKHR.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 recordRepresents a pointer toVkVideoSessionKHRhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkVideoSessionKHRModifier and TypeMethodDescription@Nullable VkVideoSessionKHRVkVideoSessionKHR.Ptr.read()@Nullable VkVideoSessionKHRVkVideoSessionKHR.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.PtrVkVideoSessionKHR.Ptr.allocate(Arena arena, @Nullable VkVideoSessionKHR @NotNull [] values) static VkVideoSessionKHR.PtrVkVideoSessionKHR.Ptr.allocateV(Arena arena, @Nullable VkVideoSessionKHR value0, @Nullable VkVideoSessionKHR... values) voidVkVideoSessionKHR.Ptr.write(long index, @Nullable VkVideoSessionKHR value) voidVkVideoSessionKHR.Ptr.write(@Nullable VkVideoSessionKHR value) voidVkVideoSessionKHR.Ptr.write(@Nullable VkVideoSessionKHR[] values) voidVkVideoSessionKHR.Ptr.writeV(@Nullable VkVideoSessionKHR value0, @Nullable VkVideoSessionKHR... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkVideoSessionKHRModifier and TypeMethodDescriptionstatic VkVideoSessionKHR.PtrVkVideoSessionKHR.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkVideoSessionKHR> values)