| Index: gpu/command_buffer/client/gles2_interface_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| index 071546a921fd39be2450bfe083167f89258d4093..461d7da658a136795b109af168a2925fdba2f939 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| @@ -874,4 +874,12 @@ virtual void ProgramPathFragmentInputGenCHROMIUM(GLuint program,
|
| virtual GLenum GetGraphicsResetStatusKHR() = 0;
|
| virtual void BlendBarrierKHR() = 0;
|
| virtual void ApplyScreenSpaceAntialiasingCHROMIUM() = 0;
|
| +virtual void BindFragDataLocationIndexedEXT(GLuint program,
|
| + GLuint colorNumber,
|
| + GLuint index,
|
| + const char* name) = 0;
|
| +virtual void BindFragDataLocationEXT(GLuint program,
|
| + GLuint colorNumber,
|
| + const char* name) = 0;
|
| +virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0;
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
|
|
|