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); }