How to compile SFML program with shader using g++

前端 未结 0 2002
有刺的猬
有刺的猬 2021-02-12 17:46

I have simple sfml program that must create simple gradient that includes shader

sf::RenderTexture emptyTexture;
    emptyTexture.create(w, h);
    sf::Sprite emp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题