Removed references to the old sf::Renderer class
This commit is contained in:
parent
528961c967
commit
f381260136
@ -39,8 +39,6 @@
|
|||||||
|
|
||||||
namespace sf
|
namespace sf
|
||||||
{
|
{
|
||||||
class Renderer;
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Pixel/fragment shader class
|
/// \brief Pixel/fragment shader class
|
||||||
///
|
///
|
||||||
@ -352,8 +350,6 @@ public :
|
|||||||
|
|
||||||
private :
|
private :
|
||||||
|
|
||||||
friend class Renderer;
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Create the program and attach the shaders
|
/// \brief Create the program and attach the shaders
|
||||||
///
|
///
|
||||||
|
@ -35,7 +35,6 @@
|
|||||||
namespace sf
|
namespace sf
|
||||||
{
|
{
|
||||||
class Window;
|
class Window;
|
||||||
class Renderer;
|
|
||||||
class RenderTexture;
|
class RenderTexture;
|
||||||
class InputStream;
|
class InputStream;
|
||||||
|
|
||||||
@ -467,7 +466,6 @@ public :
|
|||||||
|
|
||||||
private :
|
private :
|
||||||
|
|
||||||
friend class Renderer;
|
|
||||||
friend class RenderTexture;
|
friend class RenderTexture;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user