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 TypeMethodDescriptionintVkInstanceCommands.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 recordRepresents a pointer to / an array ofVkPhysicalDeviceVideoEncodeQualityLevelInfoKHRstructure(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.pNext(@NotNull MemorySegment value) 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) voidVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.Ptr.write(long index, @NotNull VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceVideoEncodeQualityLevelInfoKHRModifier and TypeMethodDescriptionVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceVideoEncodeQualityLevelInfoKHR> consumer)