From: Courtney Goeltzenleuchter Date: Tue, 27 Jan 2015 17:54:01 +0000 (-0700) Subject: xgl: header updates for XGL_RESULT X-Git-Tag: submit/tizen/20181227.054638~6180 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80f6448bdccb984b887726c29c249f2716b23de5;p=platform%2Fupstream%2FVulkan-Tools.git xgl: header updates for XGL_RESULT alpha header version: r29593 XGL_RESULT is the XGL return codes. Agreement part of F2F Jan 26, 2015. --- diff --git a/include/xgl.h b/include/xgl.h index 040c3d3e..ba6ae1ae 100644 --- a/include/xgl.h +++ b/include/xgl.h @@ -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, diff --git a/include/xglPlatform.h b/include/xglPlatform.h index 3ec3f9f4..2e27e63c 100644 --- a/include/xglPlatform.h +++ b/include/xglPlatform.h @@ -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"