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