Use colorInfos.layer

This commit is contained in:
Jeremy Nelson
2025-06-02 18:54:14 -07:00
committed by Jeremy Nelson
parent bd61ab691c
commit 447661efed

View File

@@ -267,7 +267,7 @@ public:
// Static helpers for load/store operations
static wgpu::LoadOp getLoadOperation(const RenderPassParams& params, TargetBufferFlags buffer);
static wgpu::StoreOp getStoreOperation(const RenderPassParams& params, TargetBufferFlags buffer);
private:
bool mDefaultRenderTarget = false;
uint8_t mSamples = 1;