Skip to content
  • Romain Vimont's avatar
    opengl: rename "prepare_shader" callback to "load" · 679151f3
    Romain Vimont authored
    The purpose of this callback is to load sampler data (bind textures,
    load uniforms, etc.) to be used for the OpenGL draw call.
    
    The name "load" also allows to possibly add an "unload" function later
    (to reset bindings).
    679151f3