From 208e23de77ad6d104f13a0bb591ae16c4a805fe9 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 26 Oct 2021 23:20:45 +0800 Subject: *load image async --- Runtime/Graphics/ImageData.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Runtime/Graphics/ImageData.h') 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 paths); } -// 在工作线程最多只能走到读取->解码完,提交到GPU还得主线程做 - -class ReadImageFilesJob : public Job -{ - -}; - -class DecodeImageFilesJob : public Job -{ - -}; - #endif \ No newline at end of file -- cgit v1.1-26-g67d0