1 // Copyright (C) 2015 Patryk Nadrowski
2 // This file is part of the "Irrlicht Engine".
3 // For conditions of distribution and use, see copyright notice in irrlicht.h
14 class COpenGLCoreFeature
17 COpenGLCoreFeature() :
18 BlendOperation(false), ColorAttachment(0), MultipleRenderTarget(0), MaxTextureUnits(1)
22 virtual ~COpenGLCoreFeature()
29 u8 MultipleRenderTarget
;