Move font render mapping to renderer gl
This commit is contained in:
@@ -336,6 +336,8 @@ void maps_app_initialization_parameters(pp::tests::Harness& h)
|
||||
PP_EXPECT(h, pp::renderer::gl::linear_texture_filter() == 0x2601U);
|
||||
PP_EXPECT(h, pp::renderer::gl::nearest_texture_filter() == 0x2600U);
|
||||
PP_EXPECT(h, pp::renderer::gl::repeat_texture_wrap() == 0x2901U);
|
||||
PP_EXPECT(h, pp::renderer::gl::active_texture_unit(0U) == 0x84C0U);
|
||||
PP_EXPECT(h, pp::renderer::gl::active_texture_unit(4U) == 0x84C4U);
|
||||
}
|
||||
|
||||
void rejects_invalid_shader_attribute_binding_catalogs(pp::tests::Harness& h)
|
||||
|
||||
Reference in New Issue
Block a user