增加TGATexture.cpp/texture_rect,完成纹理提交代码,但似乎有报错,待修正
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user