diff options
author | chai <chaifix@163.com> | 2019-03-30 21:49:29 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-30 21:49:29 +0800 |
commit | 8164adb15b76f537f8b6c78b9992786b61d61cc8 (patch) | |
tree | 6e42919e32258a3c495dcec54b0fda3e8e1977d8 /source/modules/asura-core/graphics/render_state.h | |
parent | c270d033fa04873ee7a8925dbb00cae5edc4555c (diff) |
*misc
Diffstat (limited to 'source/modules/asura-core/graphics/render_state.h')
-rw-r--r-- | source/modules/asura-core/graphics/render_state.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/modules/asura-core/graphics/render_state.h b/source/modules/asura-core/graphics/render_state.h index 2b1dd7f..4c3491c 100644 --- a/source/modules/asura-core/graphics/render_state.h +++ b/source/modules/asura-core/graphics/render_state.h @@ -4,7 +4,6 @@ #include <asura-utils/math/vector2.hpp> #include <asura-utils/math/transform.h> -#include "Shader.h" #include "blend_mode.h" namespace AsuraEngine @@ -12,6 +11,8 @@ namespace AsuraEngine namespace Graphics { + class Shader; + /// /// Ⱦǰķʽ /// |