summaryrefslogtreecommitdiffstats
path: root/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.h
blob: a0e6b9424bf495d540ead2ecccb7489794bcfce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Copyright (c) 2001, Stanford University
 * All rights reserved
 *
 * See the file LICENSE.txt for information on redistributing this software.
 */

#ifndef GA_INCLUDED_SRC_common_crOpenGL_passthrough_passthroughspu_h
#define GA_INCLUDED_SRC_common_crOpenGL_passthrough_passthroughspu_h
#ifndef RT_WITHOUT_PRAGMA_ONCE
# pragma once
#endif


#include "cr_spu.h"


extern SPUNamedFunctionTable _cr_passthrough_table[];
extern void BuildPassthroughTable( SPU *child );


#endif /* !GA_INCLUDED_SRC_common_crOpenGL_passthrough_passthroughspu_h */