Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - 9100eric

Pages: [1]
1
Graphics / Re: Shadermanager [Problem with Noncopyable]
« on: January 08, 2016, 11:06:35 am »
Okay, thank you  :)

2
Graphics / Shadermanager [Problem with Noncopyable]
« on: January 07, 2016, 02:53:43 pm »
Hello evryone :D,

I want to make a ShaderManager. I want to use a std::map<std::string,sf::Shader> //string = ID want to make a ShaderManager. I want to use a std::map<std::string,sf::Shader> //string = ID

 when I try to add a Shader to the map, i get this error:
(click to show/hide)

Here's the Header:
(click to show/hide)

And here's the Cpp:
(click to show/hide)

Can Somebody help me?

p.s: I'm from Germany, so please excuse my grammar :)

Pages: [1]