summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/ImageData.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Graphics/ImageData.h')
-rw-r--r--Runtime/Graphics/ImageData.h12
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