source/Graphics/RenderState.cpp: Use GfxDriver/ShaderProgram instead of Graphics/ShaderProgram.
This commit is contained in:
parent
b85b4ab601
commit
cc1f287a3a
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
|
||||
|
||||
#include <Spectre/Graphics/ShaderProgram.h>
|
||||
#include <Spectre/Graphics/Texture.h>
|
||||
#include <Spectre/Graphics/RenderState.h>
|
||||
#include <Spectre/GfxDriver/ShaderProgram.h>
|
||||
|
||||
namespace sp {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue