mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 00:17:03 +00:00
Rename nxt:: to dawn:: in examples
This commit is contained in:
committed by
Corentin Wallez
parent
54e58c20b2
commit
4828d92df3
@@ -22,13 +22,13 @@ bool ShouldQuit();
|
||||
struct GLFWwindow;
|
||||
struct GLFWwindow* GetGLFWWindow();
|
||||
|
||||
nxt::Device CreateCppNXTDevice();
|
||||
dawn::Device CreateCppNXTDevice();
|
||||
uint64_t GetSwapChainImplementation();
|
||||
nxt::TextureFormat GetPreferredSwapChainTextureFormat();
|
||||
nxt::SwapChain GetSwapChain(const nxt::Device& device);
|
||||
nxt::TextureView CreateDefaultDepthStencilView(const nxt::Device& device);
|
||||
void GetNextRenderPassDescriptor(const nxt::Device& device,
|
||||
const nxt::SwapChain& swapchain,
|
||||
const nxt::TextureView& depthStencilView,
|
||||
nxt::Texture* backbuffer,
|
||||
nxt::RenderPassDescriptor* info);
|
||||
dawn::TextureFormat GetPreferredSwapChainTextureFormat();
|
||||
dawn::SwapChain GetSwapChain(const dawn::Device& device);
|
||||
dawn::TextureView CreateDefaultDepthStencilView(const dawn::Device& device);
|
||||
void GetNextRenderPassDescriptor(const dawn::Device& device,
|
||||
const dawn::SwapChain& swapchain,
|
||||
const dawn::TextureView& depthStencilView,
|
||||
dawn::Texture* backbuffer,
|
||||
dawn::RenderPassDescriptor* info);
|
||||
|
||||
Reference in New Issue
Block a user