taulazer / tau

A customized osu! mode surrounding a paddle and some notes.
https://taulazer.github.io/
MIT License
179 stars 19 forks source link

Move visualizer uniform block to a different set #379

Closed LumpBloom7 closed 1 year ago

LumpBloom7 commented 1 year ago

Texture/Sampler uniforms are expected to be in their own uniform sets, separate from uniform blocks.

Related papertrail: https://discord.com/channels/188630481301012481/589331078574112768/1115308889794158643

LumpBloom7 commented 1 year ago

Yes, they do (or should anyways). The only other shader that uses both texture/sample uniforms and uniform blocks is this one: https://github.com/taulazer/tau/blob/master/osu.Game.Rulesets.Tau/Resources/Shaders/sh_Slider.fs#L11-L20C61, which already did things correctly.