Move canvas resource formats to renderer gl

This commit is contained in:
2026-06-02 09:09:22 +02:00
parent bbe8378630
commit 7ae37038b3
6 changed files with 107 additions and 45 deletions

View File

@@ -127,6 +127,7 @@ struct OpenGlReadbackFormat {
[[nodiscard]] std::uint32_t nearest_texture_filter() noexcept;
[[nodiscard]] std::uint32_t repeat_texture_wrap() noexcept;
[[nodiscard]] std::uint32_t clamp_to_edge_texture_wrap() noexcept;
[[nodiscard]] std::uint32_t clamp_to_border_texture_wrap() noexcept;
[[nodiscard]] std::uint32_t active_texture_unit(std::uint32_t unit_index) noexcept;
[[nodiscard]] std::uint32_t texture_cube_map_target() noexcept;
[[nodiscard]] std::uint32_t cube_map_allocation_face_texture_target(std::uint32_t face_index) noexcept;