Uses of Record Class
club.doki7.vulkan.datatype.VkVideoSessionCreateInfoKHR
Packages that use VkVideoSessionCreateInfoKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkVideoSessionCreateInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkVideoSessionCreateInfoKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.createVideoSessionKHR
(VkDevice device, VkVideoSessionCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionKHR.Ptr pVideoSession) -
Uses of VkVideoSessionCreateInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoSessionCreateInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoSessionCreateInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoSessionCreateInfoKHRModifier and TypeMethodDescriptionstatic VkVideoSessionCreateInfoKHR
@NotNull VkVideoSessionCreateInfoKHR
VkVideoSessionCreateInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkVideoSessionCreateInfoKHR
VkVideoSessionCreateInfoKHR.clone
(Arena arena, VkVideoSessionCreateInfoKHR src) VkVideoSessionCreateInfoKHR.flags
(int value) VkVideoSessionCreateInfoKHR.maxActiveReferencePictures
(int value) VkVideoSessionCreateInfoKHR.maxCodedExtent
(@NotNull VkExtent2D value) VkVideoSessionCreateInfoKHR.maxCodedExtent
(Consumer<@NotNull VkExtent2D> consumer) VkVideoSessionCreateInfoKHR.maxDpbSlots
(int value) VkVideoSessionCreateInfoKHR.pictureFormat
(int value) VkVideoSessionCreateInfoKHR.pNext
(@NotNull MemorySegment value) VkVideoSessionCreateInfoKHR.pStdHeaderVersion
(@Nullable IVkExtensionProperties value) VkVideoSessionCreateInfoKHR.pVideoProfile
(@Nullable IVkVideoProfileInfoKHR value) VkVideoSessionCreateInfoKHR.queueFamilyIndex
(int value) VkVideoSessionCreateInfoKHR.referencePictureFormat
(int value) VkVideoSessionCreateInfoKHR.sType
(int value) VkVideoSessionCreateInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoSessionCreateInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkVideoSessionCreateInfoKHR> VkVideoSessionCreateInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkVideoSessionCreateInfoKHRModifier and TypeMethodDescriptionstatic VkVideoSessionCreateInfoKHR
VkVideoSessionCreateInfoKHR.clone
(Arena arena, VkVideoSessionCreateInfoKHR src) void
VkVideoSessionCreateInfoKHR.Ptr.write
(long index, @NotNull VkVideoSessionCreateInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoSessionCreateInfoKHRModifier and TypeMethodDescriptionVkVideoSessionCreateInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoSessionCreateInfoKHR> consumer)