diff options
author | José Fonseca <jfonseca@vmware.com> | 2014-06-02 08:27:46 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2014-06-02 08:28:01 +0100 |
commit | 600ef6ddc915ceffc1a89d51b7be8453fe709992 (patch) | |
tree | ca38c06d2d280dfedcd0afec19400d62cecf8aad /specs/glparams.py | |
parent | c629a8c1e0101d3937ceb4c52a60f7569b9d4243 (diff) |
egltrace: Add IMG_multisampled_render_to_texture parameter types.
Diffstat (limited to 'specs/glparams.py')
-rw-r--r-- | specs/glparams.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/glparams.py b/specs/glparams.py index 90e8a1c5..af7940c2 100644 --- a/specs/glparams.py +++ b/specs/glparams.py @@ -3208,10 +3208,10 @@ parameters = [ ("glGet", I, 1, "GL_PACK_COMPRESSED_BLOCK_SIZE"), # 0x912E ("glGetTexParameter", B, 1, "GL_TEXTURE_IMMUTABLE_FORMAT"), # 0x912F ("", X, 1, "GL_SGX_PROGRAM_BINARY_IMG"), # 0x9130 - ("", X, 1, "GL_RENDERBUFFER_SAMPLES_IMG"), # 0x9133 + ("", I, 1, "GL_RENDERBUFFER_SAMPLES_IMG"), # 0x9133 ("", X, 1, "GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG"), # 0x9134 - ("", X, 1, "GL_MAX_SAMPLES_IMG"), # 0x9135 - ("", X, 1, "GL_TEXTURE_SAMPLES_IMG"), # 0x9136 + ("", I, 1, "GL_MAX_SAMPLES_IMG"), # 0x9135 + ("", I, 1, "GL_TEXTURE_SAMPLES_IMG"), # 0x9136 ("", X, 1, "GL_COMPRESSED_RGBA_PVRTC_2BPPV2_IMG"), # 0x9137 ("", X, 1, "GL_COMPRESSED_RGBA_PVRTC_4BPPV2_IMG"), # 0x9138 ("glGet", I, 1, "GL_MAX_DEBUG_MESSAGE_LENGTH"), # 0x9143 |