Index: gpu/command_buffer/cmd_buffer_functions.txt |
diff --git a/gpu/command_buffer/cmd_buffer_functions.txt b/gpu/command_buffer/cmd_buffer_functions.txt |
index 5964cd8da45eb7dd60474667676bc92241f743d5..3b36c0ccc86fa9734608b89509139ea494c946c2 100644 |
--- a/gpu/command_buffer/cmd_buffer_functions.txt |
+++ b/gpu/command_buffer/cmd_buffer_functions.txt |
@@ -226,3 +226,5 @@ GL_APICALL void GL_APIENTRY glScheduleOverlayPlaneCHROMIUM (GLint plane_ |
GL_APICALL void GL_APIENTRY glMatrixLoadfCHROMIUM (GLenumMatrixMode matrixMode, const GLfloat* m); |
GL_APICALL void GL_APIENTRY glMatrixLoadIdentityCHROMIUM (GLenumMatrixMode matrixMode); |
+// Extension NV_blend_equation_advanced |
+GL_APICALL void GL_APIENTRY glBlendBarrierNV (void); |