Move src/backend to src/dawn_native

This commit is contained in:
Corentin Wallez
2018-07-24 13:53:51 +02:00
committed by Corentin Wallez
parent ff9626c751
commit d37523fbde
242 changed files with 865 additions and 865 deletions

View File

@@ -15,6 +15,8 @@
#ifndef COMMON_SWAPCHAINUTILS_H_
#define COMMON_SWAPCHAINUTILS_H_
#include "dawn/dawn_wsi.h"
template <typename T>
dawnSwapChainImplementation CreateSwapChainImplementation(T* swapChain) {
dawnSwapChainImplementation impl = {};