Skip to content

glsl/st: vectorise interfaces of SSO shader programs

Timothy Arceri requested to merge tarceri/mesa:fix_vectorise into main

For example the SSO program may consist of just tcs -> gs or even just a vs. In these case we want to vectorise the externally facing shader interfaces just like we would in no SSO programs.

Merge request reports