sfShader_setFloat4Parameter

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_setFloat4Parameter(sfShader* shader, const(char)* name, float x, float y, float z, float w)
    extern (C) @nogc nothrow
    static if(bindSFMLGraphics)
    static if(staticSFML)
    void
    sfShader_setFloat4Parameter
    (,
    const(char)* name
    ,
    float x
    ,
    float y
    ,
    float z
    ,
    float w
    )
  2. psfShader_setFloat4Parameter sfShader_setFloat4Parameter;

Meta