Move grid panel render mapping to renderer gl
This commit is contained in:
@@ -111,6 +111,10 @@ struct OpenGlReadbackFormat {
|
||||
[[nodiscard]] std::uint32_t add_blend_equation() noexcept;
|
||||
[[nodiscard]] std::uint32_t max_blend_equation() noexcept;
|
||||
[[nodiscard]] std::uint32_t rgba8_internal_format() noexcept;
|
||||
[[nodiscard]] std::uint32_t rgba16f_internal_format() noexcept;
|
||||
[[nodiscard]] std::uint32_t rgba32f_internal_format() noexcept;
|
||||
[[nodiscard]] std::uint8_t color_write_disabled() noexcept;
|
||||
[[nodiscard]] std::uint8_t color_write_enabled() 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;
|
||||
|
||||
Reference in New Issue
Block a user