Style fixes.
This commit is contained in:
parent
5c5d9fe09a
commit
5144c197d5
2 changed files with 5 additions and 5 deletions
|
|
@ -39,10 +39,10 @@ protected :
|
|||
|
||||
struct Batch
|
||||
{
|
||||
RenderType type;
|
||||
const Texture* texture;
|
||||
unsigned int count;
|
||||
unsigned int offset;
|
||||
RenderType type;
|
||||
const Texture* texture;
|
||||
unsigned int count;
|
||||
unsigned int offset;
|
||||
};
|
||||
|
||||
typedef std::vector<Batch> BatchQueue;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace sp {
|
|||
OpenGLShaderProgram::OpenGLShaderProgram()
|
||||
{
|
||||
m_extension = "glsl";
|
||||
m_id = glCreateProgram();
|
||||
m_id = glCreateProgram();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue