[Piglit] [PATCH 5/5] fbo-clear-formats: Return texture name as uint.

Fabian Bieler fabianbieler at fastmail.fm
Fri May 3 00:18:28 PDT 2013


---
 tests/fbo/fbo-clear-formats.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fbo/fbo-clear-formats.c b/tests/fbo/fbo-clear-formats.c
index 690df72..8ee8e97 100644
--- a/tests/fbo/fbo-clear-formats.c
+++ b/tests/fbo/fbo-clear-formats.c
@@ -227,7 +227,7 @@ do_stencil_clear(GLenum format, GLuint tex, int level, int size)
 	return true;
 }
 
-static bool
+static GLuint
 create_tex(GLenum internalformat, GLenum baseformat)
 {
 	GLuint tex;
-- 
1.8.1.2



More information about the Piglit mailing list