#include <openglosd.h>
Definition at line 506 of file openglosd.h.
◆ cOglCmdDrawSlope()
| cOglCmdDrawSlope::cOglCmdDrawSlope |
( |
cOglFb * |
fb, |
|
|
GLint |
x, |
|
|
GLint |
y, |
|
|
GLint |
width, |
|
|
GLint |
height, |
|
|
GLint |
color, |
|
|
GLint |
type |
|
) |
| |
|
inline |
◆ ~cOglCmdDrawSlope()
| virtual cOglCmdDrawSlope::~cOglCmdDrawSlope |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Description()
| virtual const char * cOglCmdDrawSlope::Description |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Execute()
| bool cOglCmdDrawSlope::Execute |
( |
void |
| ) |
|
|
virtual |
Implements cOglCmd.
Definition at line 1287 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_type, m_width, m_x, m_y, cOglVb::SetShaderColor(), cOglVb::SetShaderProjectionMatrix(), cOglVb::SetVertexSubData(), cOglFb::Unbind(), cOglVb::Unbind(), vbSlope, VertexBuffers, and cOglFb::Width().
◆ m_color
| GLint cOglCmdDrawSlope::m_color |
|
private |
◆ m_height
| GLint cOglCmdDrawSlope::m_height |
|
private |
◆ m_type
| GLint cOglCmdDrawSlope::m_type |
|
private |
◆ m_width
| GLint cOglCmdDrawSlope::m_width |
|
private |
◆ m_x
| GLint cOglCmdDrawSlope::m_x |
|
private |
◆ m_y
| GLint cOglCmdDrawSlope::m_y |
|
private |
The documentation for this class was generated from the following files: