Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVideoFormatInfoKHR
Packages that use VkPhysicalDeviceVideoFormatInfoKHR
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPhysicalDeviceVideoFormatInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDeviceVideoFormatInfoKHRModifier and TypeMethodDescriptionintVkInstanceCommands.getPhysicalDeviceVideoFormatPropertiesKHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceVideoFormatInfoKHR pVideoFormatInfo, IntPtr pVideoFormatPropertyCount, @Nullable IVkVideoFormatPropertiesKHR pVideoFormatProperties) -
Uses of VkPhysicalDeviceVideoFormatInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceVideoFormatInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceVideoFormatInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVideoFormatInfoKHRModifier and TypeMethodDescription@NotNull VkPhysicalDeviceVideoFormatInfoKHRVkPhysicalDeviceVideoFormatInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceVideoFormatInfoKHR.clone(Arena arena, VkPhysicalDeviceVideoFormatInfoKHR src) VkPhysicalDeviceVideoFormatInfoKHR.imageUsage(int value) VkPhysicalDeviceVideoFormatInfoKHR.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVideoFormatInfoKHR.sType(int value) VkPhysicalDeviceVideoFormatInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceVideoFormatInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceVideoFormatInfoKHR> VkPhysicalDeviceVideoFormatInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceVideoFormatInfoKHRModifier and TypeMethodDescriptionVkPhysicalDeviceVideoFormatInfoKHR.clone(Arena arena, VkPhysicalDeviceVideoFormatInfoKHR src) voidVkPhysicalDeviceVideoFormatInfoKHR.Ptr.write(long index, @NotNull VkPhysicalDeviceVideoFormatInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceVideoFormatInfoKHRModifier and TypeMethodDescriptionVkPhysicalDeviceVideoFormatInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceVideoFormatInfoKHR> consumer)