mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 13:15:45 +00:00
gl_rasterizer: Log warning instead of sync'ing unimplemented funcs.
This commit is contained in:
parent
490014c459
commit
454759e2a5
1 changed files with 1 additions and 7 deletions
|
@ -127,13 +127,7 @@ RasterizerOpenGL::RasterizerOpenGL() {
|
||||||
|
|
||||||
glEnable(GL_BLEND);
|
glEnable(GL_BLEND);
|
||||||
|
|
||||||
// Sync fixed function OpenGL state
|
LOG_WARNING(HW_GPU, "Sync fixed function OpenGL state here when ready");
|
||||||
SyncClipEnabled();
|
|
||||||
SyncClipCoef();
|
|
||||||
SyncCullMode();
|
|
||||||
SyncBlendEnabled();
|
|
||||||
SyncBlendFuncs();
|
|
||||||
SyncBlendColor();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
RasterizerOpenGL::~RasterizerOpenGL() {
|
RasterizerOpenGL::~RasterizerOpenGL() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue