renderer: fix warning.

Signed-off-by: Dave Airlie <airlied@redhat.com>
macos/master
Dave Airlie 6 years ago
parent 3193c2cbab
commit 272d9a4db4
  1. 2
      src/vrend_renderer.c

@ -2667,7 +2667,7 @@ void vrend_memory_barrier(UNUSED struct vrend_context *ctx,
glMemoryBarrier(gl_barrier);
}
void vrend_texture_barrier(struct vrend_context *ctx,
void vrend_texture_barrier(UNUSED struct vrend_context *ctx,
unsigned flags)
{
if (!has_feature(feat_texture_barrier))

Loading…
Cancel
Save