Command Submit Interface
Provide a way to get command buffers and submit them. Example code:
core.submit((CommandBuffer cb){
cb.begin(); cb.doBlub(); cb.end()
}, finish_callback);
Provide a way to get command buffers and submit them. Example code:
core.submit((CommandBuffer cb){
cb.begin(); cb.doBlub(); cb.end()
}, finish_callback);
added ⏱️ Command & Sync label
created merge request !31 (merged) to address this issue
mentioned in merge request !31 (merged)
mentioned in commit 6b71e042
mentioned in commit 3562675c
mentioned in commit a49c1c0c
mentioned in commit 6291921a
closed with merge request !31 (merged)