Move viewport render state mapping to renderer gl

This commit is contained in:
2026-06-02 08:13:03 +02:00
parent bbb85bb133
commit 2a3402e991
6 changed files with 35 additions and 5 deletions

View File

@@ -99,6 +99,9 @@ struct OpenGlReadbackFormat {
[[nodiscard]] std::uint32_t vendor_string_name() noexcept;
[[nodiscard]] std::uint32_t renderer_string_name() noexcept;
[[nodiscard]] std::uint32_t shading_language_version_string_name() noexcept;
[[nodiscard]] std::uint32_t viewport_query() noexcept;
[[nodiscard]] std::uint32_t color_clear_value_query() noexcept;
[[nodiscard]] std::uint32_t blend_state() noexcept;
[[nodiscard]] std::uint32_t depth_test_state() noexcept;
[[nodiscard]] std::uint32_t scissor_test_state() noexcept;
[[nodiscard]] std::uint32_t program_point_size_state() noexcept;