summaryrefslogtreecommitdiff
path: root/Samples/Hello/shaders/sh_thunder.shader.asset
blob: 9972ddab947e5a51bede2f1e40340c7d3dc5027c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	type="shader",
	uniforms={
        {text="", name="", type="float", value=1}
    }
    vertex=[[
void main()
{
	
}
	]],
	fragment=[[
void main()
{
	
}
	]]    
}