Я хочу сохранить текстуру в файл .bmp. #include<iostream> #include<SFML/Graphics.hpp> int main() { using namespace sf; RenderTexture texture; ...
確定! 回上一頁