mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 07:36:15 +00:00
Add SetBlendColor command
This commit is contained in:
@@ -336,6 +336,12 @@ namespace opengl {
|
||||
}
|
||||
break;
|
||||
|
||||
case Command::SetBlendColor:
|
||||
{
|
||||
commands.NextCommand<SetBlendColorCmd>();
|
||||
}
|
||||
break;
|
||||
|
||||
case Command::SetBindGroup:
|
||||
{
|
||||
SetBindGroupCmd* cmd = commands.NextCommand<SetBindGroupCmd>();
|
||||
|
||||
Reference in New Issue
Block a user