diff options
Diffstat (limited to 'TextureLoader/interface/TextureUtilities.h')
| -rw-r--r-- | TextureLoader/interface/TextureUtilities.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/TextureLoader/interface/TextureUtilities.h b/TextureLoader/interface/TextureUtilities.h index 73ba1e0..1411d29 100644 --- a/TextureLoader/interface/TextureUtilities.h +++ b/TextureLoader/interface/TextureUtilities.h @@ -34,18 +34,6 @@ namespace Diligent { -/// Creates an image from file - -/// \param [in] FilePath - Source file path -/// \param [out] ppImage - Memory location where pointer to the created image will be stored -/// \param [out] ppRawData - If the file format is not recognized by the function, it will load raw bytes -/// and return them in the data blob. This parameter can be null. -/// \return Image file format. -EImageFileFormat CreateImageFromFile(const Char* FilePath, - Image** ppImage, - IDataBlob** ppRawData = nullptr); - - /// Creates a texture from file /// \param [in] FilePath - Source file path |
