ShaderCompiler::SamplerBinding struct

A sampler uniform's texture-unit assignment, taken from the program's reflection.

Public variables

String Name
Sampler uniform name.
std::int32_t Unit
Texture unit the sampler is bound to, or -1 when unassigned.