aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-02-10 14:06:25 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-02-17 10:28:43 -0700
commitc17d7de6b70a201670c8a47b9a668fe1a07eae5c (patch)
treeb064b9126bbccb1e14b9d3fe7264d3093a3ff17e /include
parent7ae00e7cd01726a905603fcf53e7e53146562883 (diff)
downloadusermoji-c17d7de6b70a201670c8a47b9a668fe1a07eae5c.tar.xz
intel: Add colorAttachmentCount
bug #13268 header revision: r29554 Add colorAttachmentCount to CREATE_RENDER_PASS_INFO to aid tracing tools.
Diffstat (limited to 'include')
-rw-r--r--include/xgl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xgl.h b/include/xgl.h
index cd6f4ba4..ec71157e 100644
--- a/include/xgl.h
+++ b/include/xgl.h
@@ -33,7 +33,7 @@
#include "xglPlatform.h"
// XGL API version supported by this file
-#define XGL_API_VERSION XGL_MAKE_VERSION(0, 48, 2)
+#define XGL_API_VERSION XGL_MAKE_VERSION(0, 50, 1)
#ifdef __cplusplus
extern "C"
@@ -2111,6 +2111,7 @@ typedef struct _XGL_RENDER_PASS_CREATE_INFO
XGL_RECT renderArea;
XGL_FRAMEBUFFER framebuffer;
+ uint32_t colorAttachmentCount;
const XGL_ATTACHMENT_LOAD_OP* pColorLoadOps; // Array of size equivalent to the number of attachments in the framebuffer
const XGL_ATTACHMENT_STORE_OP* pColorStoreOps; // Array of size equivalent to the number of attachments in the framebuffer
const XGL_CLEAR_COLOR* pColorLoadClearValues; // Array of size equivalent to the number of attachments in the framebuffer