GraphicsProgramming / gl-validation-layer

OpenGL validation layer similar to Vulkan layers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

validate use of legacy APIs

NotAPenguin0 opened this issue · comments

We should probably add a toggle (or by default) to discourage the use of legacy api functions (think fixed-function or deprecated functionality that has better alternatives in the gl version the context was created with).

that's not a bad idea, actually