Skip to content
  • Niklas Haas's avatar
    shaders: allow pl_shader_obj reuse between samplers · d130d190
    Niklas Haas authored
    Right now, pl_shader_sample_polar and pl_shader_sample_ortho had
    distinct sampler object types - but this was unclear and actually caused
    issues in e.g. the pl_renderer code. Fix it to use the same sampler
    object type instead.
    d130d190