diff options
Diffstat (limited to '3rdparty/bgfx/examples/12-lod/lod.cpp')
-rw-r--r-- | 3rdparty/bgfx/examples/12-lod/lod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/examples/12-lod/lod.cpp b/3rdparty/bgfx/examples/12-lod/lod.cpp index d19a9044d3c..117b39980be 100644 --- a/3rdparty/bgfx/examples/12-lod/lod.cpp +++ b/3rdparty/bgfx/examples/12-lod/lod.cpp @@ -65,7 +65,7 @@ class ExampleLod : public entry::AppI stippleTex->data[knightTour[ii].m_y * 8 + knightTour[ii].m_x] = ii*4; } - m_textureStipple = bgfx::createTexture2D(8, 4, 1 + m_textureStipple = bgfx::createTexture2D(8, 4, false, 1 , bgfx::TextureFormat::R8 , BGFX_TEXTURE_MAG_POINT|BGFX_TEXTURE_MIN_POINT , stippleTex |