BlazingRenderer / BRender

Modernized fork of BRender
MIT License
49 stars 5 forks source link

v1db/render: add "immediate mode not supported" token #18

Closed vs49688 closed 1 year ago

vs49688 commented 1 year ago

There's currently hack in v1db/render.c to cut out the immediate mode path, as glrend doesn't support it. Formalise this by adding a new token that can be queried from the driver.

vs49688 commented 1 year ago

Was in prepmesh, not render. Fixed in dc8b8f830366f9d06f31ac829b6db3224dca704f.