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

@@ -25,7 +25,7 @@ nxtRenderPipeline pipeline;
nxtTextureFormat swapChainFormat;
void init() {
device = CreateCppNXTDevice().Release();
device = CreateCppDawnDevice().Release();
queue = nxtDeviceCreateQueue(device);
{