Move sampler border parameter to renderer gl

This commit is contained in:
2026-06-02 06:22:41 +02:00
parent 8130a922d0
commit 36fea6b870
6 changed files with 24 additions and 10 deletions

View File

@@ -51,5 +51,6 @@ struct OpenGlTextureParameter {
[[nodiscard]] std::array<OpenGlTextureParameter, 2> sampler_filter_parameters(
std::uint32_t filter_min,
std::uint32_t filter_mag) noexcept;
[[nodiscard]] std::uint32_t sampler_border_color_parameter_name() noexcept;
}