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

Create a DFD for a VkFormat. More...

#include "dfd.h"
#include "vk2dfd.inl"

Functions

uint32_t * vk2dfd (enum VkFormat format)
 Create a DFD matching a VkFormat.
 

Detailed Description

Create a DFD for a VkFormat.

Function Documentation

◆ vk2dfd()

uint32_t * vk2dfd ( enum VkFormat  format)

Create a DFD matching a VkFormat.

Parameters
[in]formatVkFormat for which to create a DFD.
Returns
pointer to the created DFD or 0 if format not supported or unrecognized. Caller is responsible for freeing the created DFD.