enable multi sampling in Windows, fix circle shape

This commit is contained in:
2017-01-18 00:14:50 +00:00
parent 9e123a6a65
commit b351b70ddf
5 changed files with 87 additions and 46 deletions

View File

@@ -10,7 +10,7 @@ class App
Shader shader_color;
Shader shader_uv;
Plane plane;
Circle circle, circle2;
Circle circle, circle2, circle3, circle4;
Rounded rounded;
Slice9 slice;
Texture2D tex;