comparison OrthancStone/Sources/Scene2D/AnnotationsSceneLayer.h @ 2060:86e0e92a2e0d deep-learning

added OpenGLTextureArray and OpenGLFramebuffer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 May 2023 16:15:50 +0200
parents e943a84da9ac
children fdb012c86a75
comparison
equal deleted inserted replaced
2059:f7cbc58ff44d 2060:86e0e92a2e0d
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this program. If not, see 19 * License along with this program. If not, see
20 * <http://www.gnu.org/licenses/>. 20 * <http://www.gnu.org/licenses/>.
21 **/ 21 **/
22 22
23
24 #pragma once
23 25
24 #include "../Messages/IObservable.h" 26 #include "../Messages/IObservable.h"
25 #include "Scene2D.h" 27 #include "Scene2D.h"
26 #include "../Scene2DViewport/IFlexiblePointerTracker.h" 28 #include "../Scene2DViewport/IFlexiblePointerTracker.h"
27 29