alpha header version: r29593
XGL_RESULT is the XGL return codes.
Agreement part of F2F Jan 26, 2015.
// ------------------------------------------------------------------------------------------------
// Error and return codes
-typedef enum _XGL_RESULT_CODE
+typedef enum _XGL_RESULT
{
// Return codes for successful operation execution (>= 0)
XGL_SUCCESS = 0x0000000,
typedef XGL_UINT32 XGL_SAMPLE_MASK;
typedef XGL_UINT32 XGL_FLAGS;
typedef XGL_INT32 XGL_ENUM;
-// typedef XGL_INT32 XGL_RESULT; // TODO: Resolve 13314.
#ifdef __cplusplus
}; // extern "C"