summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/multisample.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-06-11 15:26:41 -0400
committerMarek Olšák <[email protected]>2018-08-04 02:46:55 -0400
commit2d115056d3d847e524dead44e9ff255a3cf8127e (patch)
treec7d18aca3993adcb97408a291f42dba58e07a59a /src/mesa/main/multisample.h
parentf7d42ee7d319256608ad60778f6787c140badada (diff)
mesa: add storageSamples parameter to renderbuffer functions
It's just passed to other functions but otherwise unused. It will be used in following commits. Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/multisample.h')
-rw-r--r--src/mesa/main/multisample.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/multisample.h b/src/mesa/main/multisample.h
index a7cd2918d7a..49683cacdc9 100644
--- a/src/mesa/main/multisample.h
+++ b/src/mesa/main/multisample.h
@@ -55,6 +55,7 @@ _mesa_MinSampleShading(GLclampf value);
extern GLenum
_mesa_check_sample_count(struct gl_context *ctx, GLenum target,
- GLenum internalFormat, GLsizei samples);
+ GLenum internalFormat, GLsizei samples,
+ GLsizei storageSamples);
#endif