增加TGATexture.cpp/texture_rect,完成纹理提交代码,但似乎有报错,待修正

This commit is contained in:
2019-05-19 13:02:35 +08:00
parent ffc23403aa
commit 476a60b99e
9 changed files with 379 additions and 13 deletions

View File

@@ -3,5 +3,10 @@
target_link_libraries(${name} ${ULRE})
endmacro()
add_library(TGATexture STATIC TGATexture.cpp)
CreateProject(0.triangle main)
CreateProject(1.indices_rect indices_rect)
CreateProject(2.texture_rect texture_rect)
target_link_libraries(2.texture_rect TGATexture)