Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F123365
ShaderProgram.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Size
489 B
Referenced Files
None
Subscribers
None
ShaderProgram.cpp
View Options
#include
<echo/Platforms/GL/GLShaderSupport.h>
#include
<echo/Graphics/ShaderProgram.h>
#include
<echo/Maths/Vector2.h>
#include
<iostream>
namespace
Echo
{
ShaderProgram
::
ShaderProgram
()
:
mVersion
(
0
)
{
}
ShaderProgram
::~
ShaderProgram
()
{
}
void
ShaderProgram
::
AddShader
(
shared_ptr
<
Shader
>
shader
)
{
mShaders
.
push_back
(
shader
);
}
void
ShaderProgram
::
ClearAllVariables
()
{
mUniformProgramVariables
.
clear
();
mAttributeContainers
.
clear
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Wed, Jan 15, 6:55 PM (47 m, 57 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72032
Default Alt Text
ShaderProgram.cpp (489 B)
Attached To
Mode
rEE Echo 3
Attached
Detach File
Event Timeline
Log In to Comment