updated example

This commit is contained in:
2022-01-07 21:16:44 +08:00
parent d902774d46
commit e2af7fb15a
5 changed files with 21 additions and 10 deletions

View File

@@ -7,8 +7,8 @@
using namespace hgl;
using namespace hgl::graph;
constexpr uint32_t SCREEN_WIDTH=128;
constexpr uint32_t SCREEN_HEIGHT=128;
constexpr uint32_t SCREEN_WIDTH=256;
constexpr uint32_t SCREEN_HEIGHT=256;
constexpr uint32_t VERTEX_COUNT=4;