Rename CreateCppNXTDevice to CreateCppDawnDevice

This commit is contained in:
Corentin Wallez
2018-07-18 14:06:10 +02:00
committed by Corentin Wallez
parent fde3f2b5e0
commit 39039fa317
8 changed files with 8 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ static dawn::wire::CommandHandler* wireClient = nullptr;
static dawn::wire::TerribleCommandBuffer* c2sBuf = nullptr;
static dawn::wire::TerribleCommandBuffer* s2cBuf = nullptr;
dawn::Device CreateCppNXTDevice() {
dawn::Device CreateCppDawnDevice() {
binding = utils::CreateBinding(backendType);
if (binding == nullptr) {
return dawn::Device();