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

@@ -22,7 +22,7 @@ bool ShouldQuit();
struct GLFWwindow;
struct GLFWwindow* GetGLFWWindow();
dawn::Device CreateCppNXTDevice();
dawn::Device CreateCppDawnDevice();
uint64_t GetSwapChainImplementation();
dawn::TextureFormat GetPreferredSwapChainTextureFormat();
dawn::SwapChain GetSwapChain(const dawn::Device& device);