From c17d7de6b70a201670c8a47b9a668fe1a07eae5c Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Tue, 10 Feb 2015 14:06:25 -0700 Subject: intel: Add colorAttachmentCount bug #13268 header revision: r29554 Add colorAttachmentCount to CREATE_RENDER_PASS_INFO to aid tracing tools. --- include/xgl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3