Normal map support

This commit is contained in:
Tleety
2016-01-27 13:52:27 +01:00
parent 8102f3a2ea
commit a954cbbf50
6 changed files with 30 additions and 21 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ DrawBloomPass::DrawBloomPass(IRenderer* renderer)
void DrawBloomPass::InitializeTextures()
{
m_WhiteTexture = ResourceManager::Load<Texture>("Textures/Core/Blank.png");
m_WhiteTexture = ResourceManager::Load<Texture>("Textures/Core/White.png");
}
void DrawBloomPass::InitializeShaderPrograms()