#include <GrDriverBugWorkarounds.h>
Definition at line 35 of file GrDriverBugWorkarounds.h.
◆ GrDriverBugWorkarounds() [1/3]
GrDriverBugWorkarounds::GrDriverBugWorkarounds |
( |
| ) |
|
|
default |
◆ GrDriverBugWorkarounds() [2/3]
◆ GrDriverBugWorkarounds() [3/3]
GrDriverBugWorkarounds::GrDriverBugWorkarounds |
( |
const std::vector< int32_t > & |
workarounds | ) |
|
|
explicit |
◆ ~GrDriverBugWorkarounds()
GrDriverBugWorkarounds::~GrDriverBugWorkarounds |
( |
| ) |
|
|
default |
◆ applyOverrides()
Definition at line 32 of file GrDriverBugWorkarounds.cpp.
33 {
34#define GPU_OP(type, name) \
35 name |= workarounds.name;
36
38#undef GPU_OP
39}
#define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP)
#define GPU_OP(type, name)
◆ operator=()
The documentation for this class was generated from the following files: