summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/Graphics/DrawInfo.h
blob: f0e375b4d53bc64c6f09c758ae7415b6431691ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _ASURA_ENGINE_DRAWINFO_H_
#define _ASURA_ENGINE_DRAWINFO_H_

#include <asura-utils/Classes.h>

namespace_begin(AsuraEngine)
namespace_begin(Graphics)

struct DrawInfo
{

};


namespace_end
namespace_end

#endif