Uses of Record Class
club.doki7.vulkan.datatype.VkVideoProfileInfoKHR
Packages that use VkVideoProfileInfoKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkVideoProfileInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkVideoProfileInfoKHRModifier and TypeMethodDescriptionint
VkInstanceCommands.getPhysicalDeviceVideoCapabilitiesKHR
(VkPhysicalDevice physicalDevice, VkVideoProfileInfoKHR pVideoProfile, VkVideoCapabilitiesKHR pCapabilities) -
Uses of VkVideoProfileInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoProfileInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoProfileInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoProfileInfoKHRModifier and TypeMethodDescriptionstatic VkVideoProfileInfoKHR
@NotNull VkVideoProfileInfoKHR
VkVideoProfileInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVideoProfileInfoKHR.chromaBitDepth
(int value) VkVideoProfileInfoKHR.chromaSubsampling
(int value) static VkVideoProfileInfoKHR
VkVideoProfileInfoKHR.clone
(Arena arena, VkVideoProfileInfoKHR src) VkVideoProfileInfoKHR.lumaBitDepth
(int value) @Nullable VkVideoProfileInfoKHR
VkVideoProfileListInfoKHR.pProfiles()
@Nullable VkVideoProfileInfoKHR
VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pVideoProfile()
@Nullable VkVideoProfileInfoKHR
VkVideoSessionCreateInfoKHR.pVideoProfile()
VkVideoProfileInfoKHR.sType
(int value) VkVideoProfileInfoKHR.Ptr.toArray()
VkVideoProfileInfoKHR.videoCodecOperation
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoProfileInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkVideoProfileInfoKHR> VkVideoProfileInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkVideoProfileInfoKHRModifier and TypeMethodDescriptionstatic VkVideoProfileInfoKHR
VkVideoProfileInfoKHR.clone
(Arena arena, VkVideoProfileInfoKHR src) void
VkVideoProfileInfoKHR.Ptr.write
(long index, @NotNull VkVideoProfileInfoKHR value)