

Divide-Framework
This repository has no backups
This repository's network speed is throttled to 100KB/sec
Upgrade your account to fix these warnings, or use backups.vc for automated backups
Diff Revisions 892 vs 893 for /trunk/Source Code/Platform/Video/OpenGL/Headers/glIMPrimitive.h
@@ -71,7 +71,7 @@ | |||
71 | 71 | void attribute4f(U32 attribLocation, F32 x, F32 y, F32 z, F32 w); | |
72 | 72 | /// Submit the created batch to the GPU for rendering | |
73 | 73 | void draw(const GenericDrawCommand& command) override; | |
74 | - | void drawShader(const ShaderProgram_ptr& shaderProgram) override; | |
74 | + | void pipeline(const Pipeline& pipeline) override; | |
75 | 75 | ||
76 | 76 | GenericDrawCommand toDrawCommand() const override; | |
77 | 77 | protected: |