Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR
Packages that use VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDeviceVideoEncodeQualityLevelInfoKHRModifier and TypeMethodDescriptionint
VkInstanceCommands.getPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR pQualityLevelInfo, VkVideoEncodeQualityLevelPropertiesKHR pQualityLevelProperties) -
Uses of VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceVideoEncodeQualityLevelInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVideoEncodeQualityLevelInfoKHRModifier and TypeMethodDescriptionVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.clone
(Arena arena, VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR src) VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pVideoProfile
(@Nullable IVkVideoProfileInfoKHR value) VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.qualityLevel
(int value) VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.sType
(int value) VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceVideoEncodeQualityLevelInfoKHRMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceVideoEncodeQualityLevelInfoKHRModifier and TypeMethodDescriptionVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.clone
(Arena arena, VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR src) void
VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.Ptr.write
(long index, @NotNull VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR value)