Skip to content

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);