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

@@ -75,7 +75,7 @@ void initTextures() {
}
void init() {
device = CreateCppNXTDevice();
device = CreateCppDawnDevice();
queue = device.CreateQueue();
swapchain = GetSwapChain(device);