sfShader_setFloat3Parameter

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void sfShader_setFloat3Parameter(sfShader* shader, const(char)* name, float x, float y, float z)
    extern (C) @nogc nothrow
    static if(bindSFMLGraphics)
    static if(staticSFML)
    void
    sfShader_setFloat3Parameter
    (,
    const(char)* name
    ,
    float x
    ,
    float y
    ,
    float z
    )
  2. psfShader_setFloat3Parameter sfShader_setFloat3Parameter;

Meta