X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fpipelinestate.cpp;fp=source%2Fcore%2Fpipelinestate.cpp;h=bc13d3ba562b51535b749320b7341ba64eaf64e9;hb=53c15ccd0318a8f5428184eef19a350b6adf4c0c;hp=742b2ba94c2723ccb917c1f181c10889e9205b16;hpb=627c1d9ab72bbbea96b3dada225a6d8f00c0c15c;p=libs%2Fgl.git diff --git a/source/core/pipelinestate.cpp b/source/core/pipelinestate.cpp index 742b2ba9..bc13d3ba 100644 --- a/source/core/pipelinestate.cpp +++ b/source/core/pipelinestate.cpp @@ -102,20 +102,5 @@ void PipelineState::set_blend(const Blend *b) set(blend, b, BLEND); } - -PipelineState::BoundTexture::BoundTexture(unsigned b): - binding(b), - changed(false), - texture(0), - sampler(0) -{ } - - -PipelineState::BoundUniformBlock::BoundUniformBlock(int b): - binding(b), - changed(false), - block(0) -{ } - } // namespace GL } // namespace Msp