add Lanczos2 opengl shader

This commit is contained in:
FunkyFr3sh 2023-08-26 22:02:21 +02:00
parent e9f1023a31
commit 9d37c7169f
4 changed files with 224 additions and 3 deletions

View file

@ -787,6 +787,7 @@ void __fastcall TConfigForm::FormCreate(TObject *Sender)
ShaderCbx->AddItem("Nearest neighbor", NULL);
ShaderCbx->AddItem("Bilinear", NULL);
ShaderCbx->AddItem("Bicubic", NULL);
ShaderCbx->AddItem("Lanczos", NULL);
}
auto shader = ini->ReadString("ddraw", "shader", "Bicubic");