X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fshadowmap.cpp;h=96539f1d4d70c2241e0699e60dc5da757595a961;hb=90a26a1740d5843b60d07d9c39d8567bfed5189c;hp=dbc4bd56524688170770d0e5d9fabe68ea3eac3c;hpb=cd446554e998204eaba22504b7b28227feb8edbb;p=libs%2Fgl.git diff --git a/source/shadowmap.cpp b/source/shadowmap.cpp index dbc4bd56..96539f1d 100644 --- a/source/shadowmap.cpp +++ b/source/shadowmap.cpp @@ -31,7 +31,6 @@ ShadowMap::ShadowMap(unsigned s, const Scene &c, const Light &l): depth_buf.set_compare_func(LEQUAL); depth_buf.set_wrap(CLAMP_TO_EDGE); depth_buf.storage(DEPTH_COMPONENT, size, size); - depth_buf.image(0, DEPTH_COMPONENT, UNSIGNED_BYTE, 0); fbo.attach(DEPTH_ATTACHMENT, depth_buf, 0); }