mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 23:26:24 +00:00
Rename CreateCppNXTDevice to CreateCppDawnDevice
This commit is contained in:
committed by
Corentin Wallez
parent
fde3f2b5e0
commit
39039fa317
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user