mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
remove debug data (nw)
This commit is contained in:
parent
a572b3da0f
commit
1c728dddf0
@ -184,7 +184,7 @@ int renderer_bgfx::create()
|
||||
#endif
|
||||
|
||||
// Enable debug text.
|
||||
bgfx::setDebug(BGFX_DEBUG_STATS); //BGFX_DEBUG_STATS
|
||||
bgfx::setDebug(BGFX_DEBUG_TEXT); //BGFX_DEBUG_STATS
|
||||
// Create program from shaders.
|
||||
m_progQuad = loadProgram("vs_quad", "fs_quad");
|
||||
m_progQuadTexture = loadProgram("vs_quad_texture", "fs_quad_texture");
|
||||
|
Loading…
Reference in New Issue
Block a user