newly Loader code of Texture

This commit is contained in:
2021-12-13 21:03:41 +08:00
parent 926802619f
commit 9d0ae0a071
10 changed files with 391 additions and 304 deletions

View File

@@ -1,7 +1,9 @@
set(SG_INCLUDE_PATH ${ROOT_INCLUDE_PATH}/hgl/graph)
SET(SG_TEXTURE_SOURCE ${SG_INCLUDE_PATH}/TextureLoader.h
Texture2DLoader.cpp)
${SG_INCLUDE_PATH}/Bitmap2DLoader.h
TextureLoader.cpp
Bitmap2DLoader.cpp)
SOURCE_GROUP("Texture" FILES ${SG_TEXTURE_SOURCE})