Skip to content

gsk: Add some inline vec2 apis

Matthias Clasen requested to merge inline-vec2-things into main

The gpu renderers are using a vec2 for their scale, and frequently need to access the components. Avoid PLT overhead for this.

Merge request reports