|
static |
Load image to a Texture2DCube object.
| [in] | fileName | Image path. |
| [in,out] | outTexture | Texture2DCube pointer, only pass this to it. Feel free for using row pointer here, it's very safe, for this API only called during Material. |
Definition at line 64 of file TextureLoader.cpp.
Referenced by Spices::Texture2DCube::Texture2DCube().