diff options
author | 2016-04-27 17:57:45 +0200 | |
---|---|---|
committer | 2016-04-27 17:57:45 +0200 | |
commit | 94c7dd996bfb9123425c87f2d149018d371dded7 (patch) | |
tree | 3ec39fc58485a796905539867280c0f8ae13cf65 /3rdparty/bgfx/examples/21-deferred/deferred.cpp | |
parent | 29d7699569f10ce9077cfebe4e7045eb5226f4ff (diff) |
Update BGFX and BX (nw)
Diffstat (limited to '3rdparty/bgfx/examples/21-deferred/deferred.cpp')
-rw-r--r-- | 3rdparty/bgfx/examples/21-deferred/deferred.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/bgfx/examples/21-deferred/deferred.cpp b/3rdparty/bgfx/examples/21-deferred/deferred.cpp index fbf5c546022..5cb3d3951d3 100644 --- a/3rdparty/bgfx/examples/21-deferred/deferred.cpp +++ b/3rdparty/bgfx/examples/21-deferred/deferred.cpp @@ -293,10 +293,10 @@ class ExampleDeferred : public entry::AppI m_lineProgram = loadProgram("vs_deferred_debug_line", "fs_deferred_debug_line"); // Load diffuse texture. - m_textureColor = loadTexture("fieldstone-rgba.dds"); + m_textureColor = loadTexture("textures/fieldstone-rgba.dds"); // Load normal texture. - m_textureNormal = loadTexture("fieldstone-n.dds"); + m_textureNormal = loadTexture("textures/fieldstone-n.dds"); m_gbufferTex[0].idx = bgfx::invalidHandle; m_gbufferTex[1].idx = bgfx::invalidHandle; |