add a new demo that UBO offset

This commit is contained in:
2020-12-02 20:27:36 +08:00
parent 3e3b232af1
commit 14fac881f3
3 changed files with 134 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ macro(CreateQtProject name)
endmacro()
CreateProject(00.triangle first_triangle.cpp)
CreateProject(00.two_triangle two_triangle.cpp)
CreateProject(01.FragCoord FragCoordTest.cpp)
CreateProject(02.indices_rect indices_rect.cpp)
CreateProject(03.TextureFormat TextureFormat.cpp)