Skip to content

ffglex::FFGLShader doesn't cache uniform locations #80

@perrelet

Description

@perrelet

Using ffglex::FFGLShader results in all uniforms being relocated every time a uniform is set (which is normally every frame).

All implementations of ffglex::FFGLShader::Set( ... ) call glGetUniformLocation directly.

This is extremely redundant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions