#include <openglosd.h>
Definition at line 462 of file openglosd.h.
◆ cOglCmdDrawRectangle()
| cOglCmdDrawRectangle::cOglCmdDrawRectangle |
( |
cOglFb * |
fb, |
|
|
GLint |
x, |
|
|
GLint |
y, |
|
|
GLint |
width, |
|
|
GLint |
height, |
|
|
GLint |
color |
|
) |
| |
|
inline |
◆ ~cOglCmdDrawRectangle()
| virtual cOglCmdDrawRectangle::~cOglCmdDrawRectangle |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Description()
| virtual const char * cOglCmdDrawRectangle::Description |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Execute()
| bool cOglCmdDrawRectangle::Execute |
( |
void |
| ) |
|
|
virtual |
Implements cOglCmd.
Definition at line 1048 of file openglosd.cpp.
References cOglVb::ActivateShader(), cOglFb::Bind(), cOglVb::Bind(), cOglVb::DisableBlending(), cOglVb::DrawArrays(), cOglVb::EnableBlending(), cOglFb::Height(), m_color, m_height, cOglCmd::m_pFramebuffer, m_width, m_x, m_y, cOglVb::SetShaderColor(), cOglVb::SetShaderProjectionMatrix(), cOglVb::SetVertexSubData(), cOglFb::Unbind(), cOglVb::Unbind(), vbRect, VertexBuffers, and cOglFb::Width().
◆ m_color
| GLint cOglCmdDrawRectangle::m_color |
|
private |
◆ m_height
| GLint cOglCmdDrawRectangle::m_height |
|
private |
◆ m_width
| GLint cOglCmdDrawRectangle::m_width |
|
private |
◆ m_x
| GLint cOglCmdDrawRectangle::m_x |
|
private |
◆ m_y
| GLint cOglCmdDrawRectangle::m_y |
|
private |
The documentation for this class was generated from the following files: