From 600ef6ddc915ceffc1a89d51b7be8453fe709992 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 2 Jun 2014 08:27:46 +0100 Subject: egltrace: Add IMG_multisampled_render_to_texture parameter types. --- specs/glparams.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'specs/glparams.py') 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 -- cgit v1.2.3