openMSX
Public Member Functions | List of all members
openmsx::VertexShader Class Reference

Wrapper around an OpenGL vertex shader: a program executed on the GPU that computes per-vertex stuff. More...

#include <GLUtil.hh>

Inheritance diagram for openmsx::VertexShader:
Inheritance graph
[legend]
Collaboration diagram for openmsx::VertexShader:
Collaboration graph
[legend]

Public Member Functions

 VertexShader (const std::string &filename)
 Instantiates a vertex shader. More...
 
 VertexShader (const std::string &header, const std::string &filename)
 
- Public Member Functions inherited from openmsx::Shader
bool isOK () const
 Returns true iff this shader is loaded and compiled without errors. More...
 

Additional Inherited Members

- Protected Member Functions inherited from openmsx::Shader
 Shader (GLenum type, const std::string &filename)
 Instantiates a shader. More...
 
 Shader (GLenum type, const std::string &header, const std::string &filename)
 
 ~Shader ()
 

Detailed Description

Wrapper around an OpenGL vertex shader: a program executed on the GPU that computes per-vertex stuff.

Definition at line 413 of file GLUtil.hh.

Constructor & Destructor Documentation

openmsx::VertexShader::VertexShader ( const std::string &  filename)
explicit

Instantiates a vertex shader.

Parameters
filenameThe GLSL source code for the shader.

Definition at line 285 of file GLUtil.cc.

openmsx::VertexShader::VertexShader ( const std::string &  header,
const std::string &  filename 
)

Definition at line 290 of file GLUtil.cc.


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