|
@@ -1758,7 +1758,7 @@ int _main_(int _argc, char** _argv)
|
|
|
, checkerBoard
|
|
, checkerBoard
|
|
|
);
|
|
);
|
|
|
bgfx::setState(0
|
|
bgfx::setState(0
|
|
|
- | BGFX_STATE_RGB_WRITE
|
|
|
|
|
|
|
+ | BGFX_STATE_WRITE_RGB
|
|
|
| BGFX_STATE_WRITE_A
|
|
| BGFX_STATE_WRITE_A
|
|
|
);
|
|
);
|
|
|
bgfx::submit(BACKGROUND_VIEW_ID
|
|
bgfx::submit(BACKGROUND_VIEW_ID
|
|
@@ -1856,7 +1856,7 @@ int _main_(int _argc, char** _argv)
|
|
|
, textureFlags
|
|
, textureFlags
|
|
|
);
|
|
);
|
|
|
bgfx::setState(0
|
|
bgfx::setState(0
|
|
|
- | BGFX_STATE_RGB_WRITE
|
|
|
|
|
|
|
+ | BGFX_STATE_WRITE_RGB
|
|
|
| BGFX_STATE_WRITE_A
|
|
| BGFX_STATE_WRITE_A
|
|
|
| (view.m_alpha ? BGFX_STATE_BLEND_ALPHA : BGFX_STATE_NONE)
|
|
| (view.m_alpha ? BGFX_STATE_BLEND_ALPHA : BGFX_STATE_NONE)
|
|
|
);
|
|
);
|