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