added VKUBODynamic.h and support from VKArrayBuffer.h

This commit is contained in:
2023-03-28 21:52:08 +08:00
parent cb09767151
commit 05e96c58ba
8 changed files with 178 additions and 24 deletions

View File

@@ -30,7 +30,7 @@ constexpr float color_data[VERTEX_COUNT][4]=
{0,0,1,1}
};
#define USE_ZERO2ONE_COORD //使用左上角0,0右下角1,1的坐标系
//#define USE_ZERO2ONE_COORD //使用左上角0,0右下角1,1的坐标系
class TestApp:public VulkanApplicationFramework
{