GUI: vendor/device name for render backends
This commit is contained in:
parent
2020aba481
commit
484f6570aa
16 changed files with 326 additions and 8 deletions
|
|
@ -456,6 +456,8 @@ void FurnaceGUI::drawSettings() {
|
|||
}
|
||||
}
|
||||
|
||||
ImGui::TextWrapped("current backend: %s\n%s\n%s\n%s",rend->getBackendName(),rend->getVendorName(),rend->getDeviceName(),rend->getAPIVersion());
|
||||
|
||||
bool vsyncB=settings.vsync;
|
||||
if (ImGui::Checkbox("VSync",&vsyncB)) {
|
||||
settings.vsync=vsyncB;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue