diff options
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index f84bfd79d6a..ab49cabb800 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -335,7 +335,6 @@ struct pipe_surface unsigned width; /**< logical width in pixels */ unsigned height; /**< logical height in pixels */ - unsigned usage; /**< bitmask of PIPE_BIND_x */ unsigned writable:1; /**< writable shader resource */ union { |