mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 08:27:05 +00:00
Introduce end2end tests.
This commit adds a test harness that handles instantiating tests on multiple backends, and have deferred expectations on the content of resources.
This commit is contained in:
committed by
Corentin Wallez
parent
ef199c0310
commit
eaae746433
@@ -31,6 +31,8 @@ namespace utils {
|
||||
|
||||
class BackendBinding {
|
||||
public:
|
||||
virtual ~BackendBinding() = default;
|
||||
|
||||
virtual void SetupGLFWWindowHints() = 0;
|
||||
virtual void GetProcAndDevice(nxtProcTable* procs, nxtDevice* device) = 0;
|
||||
virtual void SwapBuffers() = 0;
|
||||
|
||||
Reference in New Issue
Block a user