wip - import hostgl from abi v0 and adapt to abi v1/GL.library ABI
[AROS.git] / arch / all-hosted / libs / hostgl / hostgl_support.h
blobffaee4a70d2a8554a15114116f27add3f649072d
1 /*
2 Copyright 2009-2015, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef AROSMESA_FUNCS_H
7 #define AROSMESA_FUNCS_H
9 #include "hostgl_types.h"
11 VOID HostGLSelectRastPort(struct hostgl_context * ctx, struct TagItem * tagList);
12 BOOL HostGLStandardInit(struct hostgl_context * ctx, struct TagItem *tagList);
13 VOID HostGLRecalculateBufferWidthHeight(struct hostgl_context * ctx);
14 VOID HostGLFreeContext(struct hostgl_context * ctx);
15 #endif