Move image node state mapping to renderer gl

This commit is contained in:
2026-06-02 08:24:58 +02:00
parent 3823a612ae
commit b85c530df7
6 changed files with 26 additions and 4 deletions

View File

@@ -112,6 +112,7 @@ struct OpenGlReadbackFormat {
[[nodiscard]] std::uint32_t max_blend_equation() noexcept;
[[nodiscard]] std::uint32_t rgba8_internal_format() noexcept;
[[nodiscard]] std::uint32_t linear_texture_filter() noexcept;
[[nodiscard]] std::uint32_t linear_mipmap_linear_texture_filter() noexcept;
[[nodiscard]] std::uint32_t nearest_texture_filter() noexcept;
[[nodiscard]] std::uint32_t repeat_texture_wrap() noexcept;
[[nodiscard]] std::uint32_t active_texture_unit(std::uint32_t unit_index) noexcept;