Hi all
On my work pc, bmax apps cannot run in dx mode. the app crashes.
Is there a way to check if there is an error running dx mode, to fallback onto GL ?
I am sure the answer is simple, but I cannot find it anywhere. Can bmax do this out the box without any funny tweaks ? How to I assert on failure ?
Something like this would rock
pseudo
On my work pc, bmax apps cannot run in dx mode. the app crashes.
Is there a way to check if there is an error running dx mode, to fallback onto GL ?
I am sure the answer is simple, but I cannot find it anywhere. Can bmax do this out the box without any funny tweaks ? How to I assert on failure ?
Something like this would rock
pseudo
// check initial caps // default dx if failed dx then msg "using GL" set GL else if failed GL msg "Unlucky, using DX" set DX end if // now choose display options for set API