Loading...
Searching...
No Matches
Quirks.hpp
1#pragma once
2#include <score_plugin_gfx_export.h>
3
4class QRhi;
5
6namespace score::gfx
7{
17struct SCORE_PLUGIN_GFX_EXPORT Quirks
18{
27 bool emptyPassSampleDescentLosesDevice{};
28
29 void populate(QRhi& rhi);
30};
31}
Graphics rendering pipeline for ossia score.
Definition Filter/PreviewWidget.hpp:11
Defects of the driver in use, to be worked around.
Definition Quirks.hpp:18