gpu: implement RenderPassColorAttachment
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
510c7de9f2
commit
f5a5c7eaa7
3 changed files with 61 additions and 20 deletions
|
|
@ -110,7 +110,7 @@ pub const RenderPassDepthStencilAttachment = struct {
|
|||
|
||||
pub const RenderPassColorAttachment = struct {
|
||||
view: TextureView,
|
||||
resolve_target: TextureView,
|
||||
resolve_target: ?TextureView,
|
||||
load_op: LoadOp,
|
||||
store_op: StoreOp,
|
||||
clear_value: Color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue