diff options
Diffstat (limited to 'Source/modules/asura-core/Graphics/DrawInfo.h')
-rw-r--r-- | Source/modules/asura-core/Graphics/DrawInfo.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/modules/asura-core/Graphics/DrawInfo.h b/Source/modules/asura-core/Graphics/DrawInfo.h index 0082102..6167359 100644 --- a/Source/modules/asura-core/Graphics/DrawInfo.h +++ b/Source/modules/asura-core/Graphics/DrawInfo.h @@ -6,6 +6,14 @@ namespace_begin(AsuraEngine) namespace_begin(Graphics) +struct ShaderUniform; + +struct ShaderUniformSheet +{ + + +}; + /// struct DrawInfo { |