Move shape buffer mapping to renderer gl
This commit is contained in:
@@ -75,6 +75,11 @@ struct OpenGlReadbackFormat {
|
||||
[[nodiscard]] std::uint32_t index_type_for_index_size(std::uint32_t index_size_bytes) noexcept;
|
||||
[[nodiscard]] std::uint32_t primitive_mode_for_fill_count(std::uint32_t vertex_or_index_count) noexcept;
|
||||
[[nodiscard]] std::uint32_t primitive_mode_for_stroke_count(std::uint32_t vertex_or_index_count) noexcept;
|
||||
[[nodiscard]] std::uint32_t array_buffer_target() noexcept;
|
||||
[[nodiscard]] std::uint32_t element_array_buffer_target() noexcept;
|
||||
[[nodiscard]] std::uint32_t static_draw_buffer_usage() noexcept;
|
||||
[[nodiscard]] std::uint32_t vertex_attribute_float_component_type() noexcept;
|
||||
[[nodiscard]] std::uint32_t vertex_attribute_not_normalized() 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;
|
||||
[[nodiscard]] std::span<const std::uint32_t> panopainter_cube_face_texture_targets() noexcept;
|
||||
|
||||
Reference in New Issue
Block a user