From 6072a879d2b214542e2f8444fca9fa58662eda01 Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Thu, 24 Jun 2021 22:04:12 +0900 Subject: [PATCH] Add comment --- Assets/VRMShaders/GLTF/IO/Runtime/ITextureDeserializer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/VRMShaders/GLTF/IO/Runtime/ITextureDeserializer.cs b/Assets/VRMShaders/GLTF/IO/Runtime/ITextureDeserializer.cs index 916171cbf..b4d56ead3 100644 --- a/Assets/VRMShaders/GLTF/IO/Runtime/ITextureDeserializer.cs +++ b/Assets/VRMShaders/GLTF/IO/Runtime/ITextureDeserializer.cs @@ -15,6 +15,7 @@ namespace VRMShaders /// データ /// Texture2D の mipmap が生成されるべきか否か /// Texture2D の色空間 + /// await caller /// Task LoadTextureAsync(byte[] imageData, bool useMipmap, ColorSpace colorSpace, IAwaitCaller awaitCaller); }