Skip to content

opengl: fix PRIV() macros (replace by static inline)

The macro parameter name was the same as the member name. To avoid the problem, use a static inline function instead.

Edited by Romain Vimont

Merge request reports

Loading