diff options
author | Brian Paul <[email protected]> | 2011-01-28 20:25:26 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-01-28 20:25:26 -0700 |
commit | db3a8af7f900e4970ea18659e86a824b4ebdefc7 (patch) | |
tree | ba9c825a61044cd3aee8ae672750ecfad29eebcb /src/mesa/state_tracker/st_texture.c | |
parent | 2a18d1950c84c96d263cc8f15434502e03aeb1dc (diff) |
st/mesa: pass layers param to st_texture_create()
Diffstat (limited to 'src/mesa/state_tracker/st_texture.c')
-rw-r--r-- | src/mesa/state_tracker/st_texture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_texture.c b/src/mesa/state_tracker/st_texture.c index 155ea39f18c..c5d541007be 100644 --- a/src/mesa/state_tracker/st_texture.c +++ b/src/mesa/state_tracker/st_texture.c @@ -59,6 +59,7 @@ st_texture_create(struct st_context *st, GLuint width0, GLuint height0, GLuint depth0, + GLuint layers, GLuint bind ) { struct pipe_resource pt, *newtex; |