Move extension query mapping to renderer gl

This commit is contained in:
2026-06-02 07:33:40 +02:00
parent 217450e161
commit 6fc8b9e5d2
6 changed files with 37 additions and 4 deletions

View File

@@ -16,6 +16,9 @@ void detects_common_extension_capabilities(pp::tests::Harness& h)
"GL_ARB_map_buffer_alignment",
};
PP_EXPECT(h, pp::renderer::gl::extension_count_query() == 0x821DU);
PP_EXPECT(h, pp::renderer::gl::extension_string_name() == 0x1F03U);
const auto capabilities = pp::renderer::gl::detect_opengl_capabilities(
extensions,
pp::renderer::gl::OpenGlRuntime {});