Try / Tempest

3d graphics engine
MIT License
83 stars 24 forks source link

Single time submit command buffers #29

Open Try opened 2 years ago

Try commented 2 years ago

Motivation:

ss-command buffers are only option on MacOS, so we need to enfoce them (or emulate reusable buffers on Mac and iOS)

Proposed api:

- device.submit(cmd,sync);
+ device.submit(std::move(cmd),sync);