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