summaryrefslogtreecommitdiff
path: root/Source/Asura.Editor/source/graphics/shader.h
blob: 7511e1cdb60db7a87d99a0d557ed01ca6663ede5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef __ASURA_EDITOR_SHADER_H__
#define __ASURA_EDITOR_SHADER_H__

#include <Asura.h>

namespace AsuraEditor
{

	///
	/// ༭ʹõshaderluaӿڡ
	///
	class Shader : public AEGraphics::Shader
	{
	public:


	};

}

#endif