webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
angle::GLProgram Class Reference

#include <gl_raii.h>

Public Member Functions

 GLProgram (const std::string &vertexShader, const std::string &fragmentShader)
 
 GLProgram (const std::string &computeShader)
 
 ~GLProgram ()
 
GLuint get ()
 

Constructor & Destructor Documentation

◆ GLProgram() [1/2]

angle::GLProgram::GLProgram ( const std::string vertexShader,
const std::string fragmentShader 
)
inline

◆ GLProgram() [2/2]

angle::GLProgram::GLProgram ( const std::string computeShader)
inline

◆ ~GLProgram()

angle::GLProgram::~GLProgram ( )
inline

Member Function Documentation

◆ get()

GLuint angle::GLProgram::get ( )
inline

The documentation for this class was generated from the following file: