Skip to content

Commit f9b63f0

Browse files
committed
Changed to using dirty.
1 parent bffceb8 commit f9b63f0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/vsg/vk/State.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ void State::connect(ref_ptr<CommandBuffer> commandBuffer)
4747
{
4848
_commandBuffer = commandBuffer;
4949
commandBuffer->state = this;
50-
#if 0
51-
reset();
52-
#else
5350
dirtyStateStacks();
54-
#endif
5551
}
5652

5753
void State::pushView(ref_ptr<StateCommand> command)

0 commit comments

Comments
 (0)