X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fpipelinestate.cpp;h=23a2ed6a96b9b61dfcabe7e044324da797773572;hp=15de0b4dce3e91f39bc1aea641a0a6d32da7979a;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=3bc34893905a2df622894aadcb6669f27f186772 diff --git a/source/core/pipelinestate.cpp b/source/core/pipelinestate.cpp index 15de0b4d..23a2ed6a 100644 --- a/source/core/pipelinestate.cpp +++ b/source/core/pipelinestate.cpp @@ -7,21 +7,6 @@ using namespace std; namespace Msp { namespace GL { -PipelineState::PipelineState(): - framebuffer(0), - viewport(0), - scissor(0), - shprog(0), - vertex_setup(0), - front_face(COUNTERCLOCKWISE), - face_cull(NO_CULL), - enabled_clip_planes(0), - depth_test(0), - stencil_test(0), - blend(0), - changes(0) -{ } - template void PipelineState::set(T &target, T value, unsigned flag) {