gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
498 stars 35 forks source link

Add windowless mode support #121

Closed picul closed 5 months ago

gboisse commented 5 months ago

ha just realised that kGfxConstant_MaxBackBufferCount is something you added on top of the existing kGfxConstant_BackBufferCount, any reason for this?

Without a strong reason, I'd rather keep the previous version (with unbounded max. frames in flight) as it is less limiting when using the interop functionality.

gboisse commented 5 months ago

Changes are looking good, but please review the comments I've left on the PR, thanks.

gboisse commented 5 months ago

Applied the fixes and merged as part of https://github.com/gboisse/gfx/pull/123.