vkd3d
1.2
The vkd3d 3D Graphics Library
|
This file contains definitions for basic types used by vkd3d libraries. More...
Go to the source code of this file.
Enumerations | |
enum | vkd3d_result { VKD3D_OK = 0 , VKD3D_ERROR = -1 , VKD3D_ERROR_OUT_OF_MEMORY = -2 , VKD3D_ERROR_INVALID_ARGUMENT = -3 , VKD3D_ERROR_INVALID_SHADER = -4 , VKD3D_ERROR_NOT_IMPLEMENTED = -5 , VKD3D_FORCE_32_BIT_ENUM =(VKD3D_RESULT) } |
Result codes returned by some vkd3d functions. More... | |
This file contains definitions for basic types used by vkd3d libraries.
enum vkd3d_result |
Result codes returned by some vkd3d functions.
Error codes always have negative values; non-error codes never do.