1
Graphics / how to get maximum texture quality
« on: August 16, 2020, 11:16:02 pm »
I want to make viewing photos like faststone, but the quality of displaying photos is very low. How can I improve the quality of my photos?
Code: [Select]
sf::RenderWindow window (sf::VideoMode(800, 600), L"some", sf::Style::Close, sf::ContextSettings(24, 8, 8));
std::cout << "Antialiasing level: " << window.getSettings().antialiasingLevel << std::endl; //out = 8