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 04ae93ae39508dd1d063b5bda5ac663249222bcb..95274cf636a4777f67d9ecbc8d5b0447ea2fd1c8 100644 |
--- a/gpu/command_buffer/cmd_buffer_functions.txt |
+++ b/gpu/command_buffer/cmd_buffer_functions.txt |
@@ -340,3 +340,6 @@ GL_APICALL GLenum GL_APIENTRY glGetGraphicsResetStatusKHR (void); |
// Extension KHR_blend_equation_advanced |
GL_APICALL void GL_APIENTRY glBlendBarrierKHR (void); |
+ |
+// Extension GL_CHROMIUM_screen_space_antialiasing |
+GL_APICALL void GL_APIENTRY glApplyScreenSpaceAntialiasing (void); |
Ken Russell (switch to Gerrit)
2015/08/28 02:34:03
Should be glApplyScreenSpaceAntialiasingCHROMIUM.
|