mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-13 23:26:24 +00:00
Rename RenderPassInfo to RenderPassDescriptor
This commit is contained in:
committed by
Corentin Wallez
parent
6f7749cce9
commit
8d6b5d2337
@@ -129,8 +129,8 @@ void init() {
|
||||
|
||||
void frame() {
|
||||
nxt::Texture backbuffer;
|
||||
nxt::RenderPassInfo renderPass;
|
||||
GetNextRenderPassInfo(device, swapchain, depthStencilView, &backbuffer, &renderPass);
|
||||
nxt::RenderPassDescriptor renderPass;
|
||||
GetNextRenderPassDescriptor(device, swapchain, depthStencilView, &backbuffer, &renderPass);
|
||||
|
||||
static int f = 0;
|
||||
f++;
|
||||
|
||||
Reference in New Issue
Block a user