xgl: header updates for XGL_RESULT
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Tue, 27 Jan 2015 17:54:01 +0000 (10:54 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 5 Feb 2015 00:58:10 +0000 (17:58 -0700)
alpha header version: r29593
XGL_RESULT is the XGL return codes.
Agreement part of F2F Jan 26, 2015.

include/xgl.h
include/xglPlatform.h

index 040c3d3..ba6ae1a 100644 (file)
@@ -750,7 +750,7 @@ typedef enum _XGL_VALIDATION_LEVEL
 // ------------------------------------------------------------------------------------------------
 // Error and return codes
 
-typedef enum _XGL_RESULT_CODE
+typedef enum _XGL_RESULT
 {
     // Return codes for successful operation execution (>= 0)
     XGL_SUCCESS                                             = 0x0000000,
index 3ec3f9f..2e27e63 100644 (file)
@@ -104,7 +104,6 @@ typedef void       XGL_VOID;
 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"