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 TypeMethodDescriptionintVkInstanceCommands.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 recordRepresents a pointer to / an array ofVkVideoProfileInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoProfileInfoKHRModifier and TypeMethodDescriptionstatic VkVideoProfileInfoKHR@NotNull VkVideoProfileInfoKHRVkVideoProfileInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoProfileInfoKHR.chromaBitDepth(int value) VkVideoProfileInfoKHR.chromaSubsampling(int value) static VkVideoProfileInfoKHRVkVideoProfileInfoKHR.clone(Arena arena, VkVideoProfileInfoKHR src) VkVideoProfileInfoKHR.lumaBitDepth(int value) VkVideoProfileInfoKHR.pNext(@NotNull MemorySegment value) @Nullable VkVideoProfileInfoKHRVkVideoProfileListInfoKHR.pProfiles()@Nullable VkVideoProfileInfoKHRVkPhysicalDeviceVideoEncodeQualityLevelInfoKHR.pVideoProfile()@Nullable VkVideoProfileInfoKHRVkVideoSessionCreateInfoKHR.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 VkVideoProfileInfoKHRVkVideoProfileInfoKHR.clone(Arena arena, VkVideoProfileInfoKHR src) voidVkVideoProfileInfoKHR.Ptr.write(long index, @NotNull VkVideoProfileInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoProfileInfoKHRModifier and TypeMethodDescriptionVkVideoProfileInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoProfileInfoKHR> consumer)