Add SetBlendColor command

This commit is contained in:
Austin Eng
2017-08-01 14:22:52 -04:00
committed by Austin Eng
parent 476e5cbe30
commit fb4265387c
7 changed files with 75 additions and 0 deletions

View File

@@ -336,6 +336,12 @@ namespace opengl {
}
break;
case Command::SetBlendColor:
{
commands.NextCommand<SetBlendColorCmd>();
}
break;
case Command::SetBindGroup:
{
SetBindGroupCmd* cmd = commands.NextCommand<SetBindGroupCmd>();