mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-10 05:57:51 +00:00
Remove non-adapter way to create null devices
BUG=dawn:29 Change-Id: I2153aa30afd096a3f27c8b8b2ba23a10c0ade50a Reviewed-on: https://dawn-review.googlesource.com/c/3841 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
bd48385d50
commit
0d03b09623
@@ -15,12 +15,10 @@
|
||||
#ifndef DAWNNATIVE_NULLBACKEND_H_
|
||||
#define DAWNNATIVE_NULLBACKEND_H_
|
||||
|
||||
#include <dawn/dawn.h>
|
||||
#include <dawn/dawn_wsi.h>
|
||||
#include <dawn_native/dawn_native_export.h>
|
||||
#include <dawn_native/DawnNative.h>
|
||||
|
||||
namespace dawn_native { namespace null {
|
||||
DAWN_NATIVE_EXPORT dawnDevice CreateDevice();
|
||||
DAWN_NATIVE_EXPORT dawnSwapChainImplementation CreateNativeSwapChainImpl();
|
||||
}} // namespace dawn_native::null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user