mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 15:16:16 +00:00
Rename CreateCppNXTDevice to CreateCppDawnDevice
This commit is contained in:
committed by
Corentin Wallez
parent
fde3f2b5e0
commit
39039fa317
@@ -437,7 +437,7 @@ namespace {
|
||||
}
|
||||
|
||||
void init() {
|
||||
device = CreateCppNXTDevice();
|
||||
device = CreateCppDawnDevice();
|
||||
|
||||
queue = device.CreateQueue();
|
||||
swapchain = GetSwapChain(device);
|
||||
|
||||
Reference in New Issue
Block a user