diff options
author | Timothy Arceri <[email protected]> | 2016-04-03 15:14:14 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2016-04-06 09:56:28 +1000 |
commit | 7ef57aa685012102b6f4d6235846f452efce4198 (patch) | |
tree | 1dee66d6245bdf98f1154b91e2d38e859b027ef9 /src/mesa/main | |
parent | f1293b2f9bc3a45c71941931edb5148d7b5f5a27 (diff) |
mesa: remove unused IsShaderStorage field
Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mtypes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index dc73278424b..36c6e201aae 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2500,11 +2500,6 @@ struct gl_uniform_block */ GLuint UniformBufferSize; - /** - * Is this actually an interface block for a shader storage buffer? - */ - bool IsShaderStorage; - /** Stages that reference this block */ uint8_t stageref; |