diff options
author | Brian Paul <[email protected]> | 2015-05-22 17:20:57 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-05-26 09:58:09 -0600 |
commit | 8369675a55ab300a84b3a82632042a33883ca255 (patch) | |
tree | 581b1ac25611282add4eb395b2d331517d235bd9 /src/mesa/main/textureview.h | |
parent | 3ddd1cf7d128018639de7e4c8bc17896233ebdb7 (diff) |
mesa: code clean-ups in textureview.[ch]
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/mesa/main/textureview.h')
-rw-r--r-- | src/mesa/main/textureview.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/main/textureview.h b/src/mesa/main/textureview.h index 596a3a8dbbe..59e24b68dd0 100644 --- a/src/mesa/main/textureview.h +++ b/src/mesa/main/textureview.h @@ -41,7 +41,8 @@ _mesa_TextureView(GLuint texture, GLenum target, GLuint origtexture, GLuint minlayer, GLuint numlayers); extern void -_mesa_set_texture_view_state(struct gl_context *ctx, struct gl_texture_object *texObj, - GLenum target, GLuint levels); +_mesa_set_texture_view_state(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLenum target, GLuint levels); #endif /* TEXTUREVIEW_H */ |