diff --git a/Src/Xultaik.Graphics/CommandQueue.cs b/Src/Xultaik.Graphics/CommandQueue.cs index 3918625..d8c3590 100644 --- a/Src/Xultaik.Graphics/CommandQueue.cs +++ b/Src/Xultaik.Graphics/CommandQueue.cs @@ -71,6 +71,7 @@ public void Recreate() } } + public void ExecuteCommandList(CommandList commandList) { Queue.ExecuteCommandList(commandList.nativeCommandList);