diff options
author | Marek Olšák <[email protected]> | 2018-01-10 20:03:28 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-01-17 20:17:59 +0100 |
commit | 85bbcdda34164865c8e603899a81463f1ad55ecf (patch) | |
tree | ef14a128da17c1b9e12f113c5adb49725995be35 /src/mesa/state_tracker/st_context.h | |
parent | 5981a5226ea1b0075443e40bc18b2d4b3cd76d2c (diff) |
st/mesa: assume that user constant buffers are always supported
Reviewed-by: Roland Scheidegger <[email protected]>
Tested-by: Dieter Nützel <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index 9f33eed8f36..0258bed36b1 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -110,7 +110,6 @@ struct st_context boolean has_shareable_shaders; boolean has_half_float_packing; boolean has_multi_draw_indirect; - boolean has_user_constbuf; boolean can_bind_const_buffer_as_vertex; /** |