aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-03-04 11:49:39 -0700
committerChia-I Wu <olv@lunarg.com>2015-04-16 17:33:25 +0800
commit5fa5c73da3500177a9d9dde26a11b50249b98bad (patch)
treeb5f59becc82aca5569a32135a6c04766190fae96 /include
parent770c0932bfcfb4632c90f10073cdaf8866ae57ca (diff)
downloadusermoji-5fa5c73da3500177a9d9dde26a11b50249b98bad.tar.xz
xgl: Remove fixed and optimal tess factors
bug #12962 alpha header: r29633 (V0.56.0)
Diffstat (limited to 'include')
-rw-r--r--include/xgl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/xgl.h b/include/xgl.h
index 2e8560f4..43008aca 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, 55, 0)
+#define XGL_API_VERSION XGL_MAKE_VERSION(0, 56, 0)
#ifdef __cplusplus
extern "C"
@@ -1916,8 +1916,6 @@ typedef struct _XGL_PIPELINE_TESS_STATE_CREATE_INFO
XGL_STRUCTURE_TYPE sType; // Must be XGL_STRUCTURE_TYPE_PIPELINE_TESS_STATE_CREATE_INFO
const void* pNext; // Pointer to next structure
uint32_t patchControlPoints;
- float optimalTessFactor;
- float fixedTessFactor;
} XGL_PIPELINE_TESS_STATE_CREATE_INFO;
typedef struct _XGL_PIPELINE_VP_STATE_CREATE_INFO