X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fpipelinepass.h;fp=source%2Fpipelinepass.h;h=0000000000000000000000000000000000000000;hb=40a0024a6466298d064697ed022465c7d3e9168e;hp=e996de0c0a61c107500e14482977f277ede1561d;hpb=df435a8983a5c1d1c327a4a2a19836a13aff267b;p=libs%2Fgl.git diff --git a/source/pipelinepass.h b/source/pipelinepass.h deleted file mode 100644 index e996de0c..00000000 --- a/source/pipelinepass.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef MSP_GL_PIPELINEPASS_H_ -#define MSP_GL_PIPELINEPASS_H_ - -namespace Msp { -namespace GL { - -class Blend; -class DepthTest; -class Lighting; - -struct PipelinePass -{ - const Lighting *lighting; - const DepthTest *depth_test; - const Blend *blend; - - PipelinePass(); -}; - -} // namespace GL -} // namespace Msp - -#endif