瀏覽代碼

added GLX_SAMPLE_BUFFERS, GLX_SAMPLES

tags/mesa_4_1
Brian Paul 24 年之前
父節點
當前提交
b70f5c21e7
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      include/GL/glx.h

+ 4
- 4
include/GL/glx.h 查看文件

@@ -1,8 +1,8 @@
/* $Id: glx.h,v 1.33 2001/09/24 14:15:58 brianp Exp $ */
/* $Id: glx.h,v 1.34 2001/12/14 03:18:08 brianp Exp $ */

/*
* Mesa 3-D graphics library
* Version: 4.0
* Version: 4.1
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
@@ -172,8 +172,8 @@ extern "C" {
/*
* GLX 1.4 and later:
*/
#define GLX_SAMPLE_BUFFERS_SGIS 100000
#define GLX_SAMPLES_SGIS 100001
#define GLX_SAMPLE_BUFFERS 0x186a0 /*100000*/
#define GLX_SAMPLES 0x816a1 /*100001*/




Loading…
取消
儲存