2 Copyright 2009-2015, The AROS Development Team. All rights reserved.
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
);