diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-04-28 02:37:14 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-04-28 02:37:14 +0000 |
| commit | e8c6fce289b22818e76af22cb4131c015280c3d2 (patch) | |
| tree | 9cb1cadbdd67e97997be521bce2fc43c6a445bd7 /AssetLoader/interface | |
| parent | Minor update to GLTF loader (diff) | |
| download | DiligentTools-e8c6fce289b22818e76af22cb4131c015280c3d2.tar.gz DiligentTools-e8c6fce289b22818e76af22cb4131c015280c3d2.zip | |
Minor update to GLTF loader
Diffstat (limited to 'AssetLoader/interface')
| -rw-r--r-- | AssetLoader/interface/GLTFLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AssetLoader/interface/GLTFLoader.h b/AssetLoader/interface/GLTFLoader.h index 7c75e12..a0e503a 100644 --- a/AssetLoader/interface/GLTFLoader.h +++ b/AssetLoader/interface/GLTFLoader.h @@ -181,7 +181,7 @@ struct Node float4x4 LocalMatrix()const; float4x4 GetMatrix()const; - void Update(IDeviceContext* pCtx); + void Update(); }; |
