From 5fa5c73da3500177a9d9dde26a11b50249b98bad Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Wed, 4 Mar 2015 11:49:39 -0700 Subject: [PATCH] xgl: Remove fixed and optimal tess factors bug #12962 alpha header: r29633 (V0.56.0) --- include/xgl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/xgl.h b/include/xgl.h index 2e8560f..43008ac 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 -- 2.7.4