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
@@ -25,7 +25,7 @@ nxtRenderPipeline pipeline;
|
||||
nxtTextureFormat swapChainFormat;
|
||||
|
||||
void init() {
|
||||
device = CreateCppNXTDevice().Release();
|
||||
device = CreateCppDawnDevice().Release();
|
||||
queue = nxtDeviceCreateQueue(device);
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user