gpu: correct BlendState default values
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
bac182f804
commit
d918dfb496
1 changed files with 2 additions and 2 deletions
|
|
@ -617,8 +617,8 @@ pub const VertexAttribute = extern struct {
|
|||
};
|
||||
|
||||
pub const BlendState = extern struct {
|
||||
color: BlendComponent,
|
||||
alpha: BlendComponent,
|
||||
color: BlendComponent = .{},
|
||||
alpha: BlendComponent = .{},
|
||||
};
|
||||
|
||||
pub const CompilationInfo = extern struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue