mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 02:39:11 +00:00
Rename RenderPassInfo to RenderPassDescriptor
This commit is contained in:
committed by
Corentin Wallez
parent
6f7749cce9
commit
8d6b5d2337
@@ -48,12 +48,12 @@ class ValidationTest : public testing::Test {
|
||||
void StartExpectDeviceError();
|
||||
bool EndExpectDeviceError();
|
||||
|
||||
nxt::RenderPassInfo CreateSimpleRenderPass();
|
||||
nxt::RenderPassDescriptor CreateSimpleRenderPass();
|
||||
|
||||
// Helper functions to create objects to test validation.
|
||||
|
||||
struct DummyRenderPass {
|
||||
nxt::RenderPassInfo renderPass;
|
||||
nxt::RenderPassDescriptor renderPass;
|
||||
nxt::Texture attachment;
|
||||
nxt::TextureFormat attachmentFormat;
|
||||
uint32_t width;
|
||||
|
||||
Reference in New Issue
Block a user