Function gpa::api_types::GpaToVkFormat
Defined in File format.h
Function Documentation
-
int gpa::api_types::GpaToVkFormat(Format gpaFormat)
Gets an int with the VkFormat value that corrsponds to a given Format
NOTE : If the GPA Framework is built without VkFormat support this function will always return 0.
- Parameters
gpaFormat -- [in] The Format to get the corresponding VkFormat for
- Returns
A int with the VkFormat value for the given Format