dfdutils - Khronos Data Format Descriptor Utilities
For creating and interpreting data format descriptors
 
Loading...
Searching...
No Matches
dfd2vk.c File Reference

Find the VkFormat matching a DFD. More...

#include <KHR/khr_df.h>
#include "dfd.h"
#include "dfd2vk.inl"

Functions

enum VkFormat dfd2vk (uint32_t *dfd)
 Return a VkFormat matching a DFD.
 

Detailed Description

Find the VkFormat matching a DFD.

Function Documentation

◆ dfd2vk()

enum VkFormat dfd2vk ( uint32_t *  dfd)

Return a VkFormat matching a DFD.

Parameters
[in]dfdPointer to the DFD.
Returns
The matching VkFormat enum or VK_FORMAT_UNDEFINED if not matched.