diff options
Diffstat (limited to 'src/mesa/main/barrier.h')
-rw-r--r-- | src/mesa/main/barrier.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/barrier.h b/src/mesa/main/barrier.h index 8eee583c7ff..21dce90d074 100644 --- a/src/mesa/main/barrier.h +++ b/src/mesa/main/barrier.h @@ -47,4 +47,7 @@ _mesa_MemoryBarrier(GLbitfield barriers); void GLAPIENTRY _mesa_MemoryBarrierByRegion(GLbitfield barriers); +void GLAPIENTRY +_mesa_BlendBarrierMESA(void); + #endif /* BARRIER_H */ |