add Lanczos2 opengl shader
This commit is contained in:
parent
e9f1023a31
commit
9d37c7169f
4 changed files with 224 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue