mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-03 05:01:27 +00:00
CommandBufferGL: Advance iterator for unimplemented commands
This commit is contained in:
parent
ca9af201b5
commit
72725eebf9
@ -66,12 +66,14 @@ namespace opengl {
|
||||
switch (type) {
|
||||
case Command::AdvanceSubpass:
|
||||
{
|
||||
commands.NextCommand<AdvanceSubpassCmd>();
|
||||
// TODO(kainino@chromium.org): implement
|
||||
}
|
||||
break;
|
||||
|
||||
case Command::BeginRenderPass:
|
||||
{
|
||||
commands.NextCommand<BeginRenderPassCmd>();
|
||||
// TODO(kainino@chromium.org): implement
|
||||
}
|
||||
break;
|
||||
@ -141,6 +143,7 @@ namespace opengl {
|
||||
|
||||
case Command::EndRenderPass:
|
||||
{
|
||||
commands.NextCommand<EndRenderPassCmd>();
|
||||
// TODO(kainino@chromium.org): implement
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user