diff options
author | chai <chaifix@163.com> | 2021-10-26 23:20:45 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-26 23:20:45 +0800 |
commit | 208e23de77ad6d104f13a0bb591ae16c4a805fe9 (patch) | |
tree | 29499de463a6d3407d2e555c1ad9b743f07097b1 /Runtime/Graphics/ImageData.h | |
parent | 8b419dc90cb4e01fa1810e0f84dcdcfe2bd822ad (diff) |
*load image async
Diffstat (limited to 'Runtime/Graphics/ImageData.h')
-rw-r--r-- | Runtime/Graphics/ImageData.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Runtime/Graphics/ImageData.h b/Runtime/Graphics/ImageData.h index 4663e0e..4525ee3 100644 --- a/Runtime/Graphics/ImageData.h +++ b/Runtime/Graphics/ImageData.h @@ -69,16 +69,4 @@ namespace ImageDataUtil ImageDataRequest* LoadAsync(std::vector<const char*> paths); } -// 在工作线程最多只能走到读取->解码完,提交到GPU还得主线程做 - -class ReadImageFilesJob : public Job -{ - -}; - -class DecodeImageFilesJob : public Job -{ - -}; - #endif
\ No newline at end of file |