diff options
author | chai <chaifix@163.com> | 2021-10-26 19:42:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-26 19:42:17 +0800 |
commit | 8b419dc90cb4e01fa1810e0f84dcdcfe2bd822ad (patch) | |
tree | 67b9e6238926e5d4845bdfb88586ecd85158a430 | |
parent | 051abd04e4527095ef15412939450fbe504daebe (diff) |
*misc
-rw-r--r-- | Runtime/Graphics/Texture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Runtime/Graphics/Texture.h b/Runtime/Graphics/Texture.h index 30cf303..0c66fa2 100644 --- a/Runtime/Graphics/Texture.h +++ b/Runtime/Graphics/Texture.h @@ -35,6 +35,7 @@ enum ETextureFilterMode Linear, }; +// GPU侧的导入设置 struct TextureSetting { bool keepImageData; // 是否保存图片数据 |