GraphicsProgramming / gl-validation-layer

OpenGL validation layer similar to Vulkan layers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query and store device capabilities on initialization

JuanDiegoMontoya opened this issue · comments

A number of features have device-specific caps that can only be known through querying the GL.

These capabilities should be queried and stored in a struct in the context at initialization time for us to use later for validation.