ScummVM API documentation
OpenGL::FixedPipeline Class Reference
Inheritance diagram for OpenGL::FixedPipeline:
OpenGL::Pipeline

Public Member Functions

void setColor (GLfloat r, GLfloat g, GLfloat b, GLfloat a) override
 
void setProjectionMatrix (const Math::Matrix4 &projectionMatrix) override
 
- Public Member Functions inherited from OpenGL::Pipeline
void activate ()
 
void deactivate ()
 
FramebuffersetFramebuffer (Framebuffer *framebuffer)
 
void drawTexture (const GLTexture &texture, const GLfloat *coordinates, const GLfloat *texcoords)
 
void drawTexture (const GLTexture &texture, const GLfloat *coordinates)
 
void drawTexture (const GLTexture &texture, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
 
void drawTexture (const GLTexture &texture, GLfloat x, GLfloat y, GLfloat w, GLfloat h, const Common::Rect &clip)
 

Protected Member Functions

void activateInternal () override
 
void drawTextureInternal (const GLTexture &texture, const GLfloat *coordinates, const GLfloat *texcoords) override
 
- Protected Member Functions inherited from OpenGL::Pipeline
virtual void deactivateInternal ()
 
bool isActive () const
 

Protected Attributes

GLfloat _r
 
GLfloat _g
 
GLfloat _b
 
GLfloat _a
 
- Protected Attributes inherited from OpenGL::Pipeline
Framebuffer_activeFramebuffer
 

Member Function Documentation

◆ setColor()

void OpenGL::FixedPipeline::setColor ( GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  a 
)
overridevirtual

Set modulation color.

Parameters
rRed component in [0,1].
gGreen component in [0,1].
bBlue component in [0,1].
aAlpha component in [0,1].

Implements OpenGL::Pipeline.

◆ setProjectionMatrix()

void OpenGL::FixedPipeline::setProjectionMatrix ( const Math::Matrix4 &  projectionMatrix)
overridevirtual

Set the projection matrix.

This is intended to be only ever be used by Framebuffer subclasses.

Implements OpenGL::Pipeline.

◆ activateInternal()

void OpenGL::FixedPipeline::activateInternal ( )
overrideprotectedvirtual

Activate the pipeline.

This sets the OpenGL state to make use of drawing with the given OpenGL pipeline.

Reimplemented from OpenGL::Pipeline.


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