diff options
author | Chia-I Wu <[email protected]> | 2011-10-23 18:51:06 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2011-11-03 15:09:44 +0800 |
commit | 2903816aadb281716b6c59a5a48aeadb84a08f50 (patch) | |
tree | 23f372e51fdf5da3e37f3c3d8051458e340beed7 /src/glsl/ast.h | |
parent | db73264e1471a594d49ca0bc397cbb6746ee1dce (diff) |
glsl: add support for GL_OES_EGL_image_external
This extension introduces a new sampler type: samplerExternalOES.
texture2D (and texture2DProj) can be used to do a texture look up in an
external texture.
Reviewed-by: Brian Paul <[email protected]>
Acked-by: Jakob Bornecrantz <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glsl/ast.h')
-rw-r--r-- | src/glsl/ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/ast.h b/src/glsl/ast.h index 532347df4bd..9fe6c41252e 100644 --- a/src/glsl/ast.h +++ b/src/glsl/ast.h @@ -437,6 +437,7 @@ enum ast_types { ast_sampler2drect, ast_sampler3d, ast_samplercube, + ast_samplerexternaloes, ast_sampler1dshadow, ast_sampler2dshadow, ast_sampler2drectshadow, |