| 1748 | } |
| 1749 | |
| 1750 | void Graphics::SetDetailObjectShadows(bool val) { |
| 1751 | config_.SetDetailObjectShadows(val); |
| 1752 | } |
| 1753 | |
| 1754 | void Graphics::SetSeamlessCubemaps(bool val) { |
| 1755 | if (GL_VERSION_3_2 || GLAD_GL_ARB_seamless_cube_map || GLAD_GL_ARB_seamless_cubemap_per_texture) { |
no outgoing calls
no test coverage detected