struct EE::Graphics::ShaderProgram::FragmentOutputBinding

#include <shaderprogram.hpp>

struct FragmentOutputBinding {
    // fields

    Uint32 colorNumber;
    Uint32 index;
    std::string name;
};