summaryrefslogtreecommitdiffstats
path: root/TextureLoader/interface/TextureUtilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'TextureLoader/interface/TextureUtilities.h')
-rw-r--r--TextureLoader/interface/TextureUtilities.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TextureLoader/interface/TextureUtilities.h b/TextureLoader/interface/TextureUtilities.h
index 969e9f5..a85a09f 100644
--- a/TextureLoader/interface/TextureUtilities.h
+++ b/TextureLoader/interface/TextureUtilities.h
@@ -40,9 +40,9 @@ namespace Diligent
/// \param [in] TexLoadInfo - Texture loading information
/// \param [in] pDevice - Render device that will be used to create the texture
/// \param [out] ppTexture - Memory location where pointer to the created texture will be stored
-void CreateTextureFromFile( const Char* FilePath,
- const TextureLoadInfo& TexLoadInfo,
- IRenderDevice* pDevice,
- ITexture** ppTexture );
+void CreateTextureFromFile(const Char* FilePath,
+ const TextureLoadInfo& TexLoadInfo,
+ IRenderDevice* pDevice,
+ ITexture** ppTexture);
-}
+} // namespace Diligent