Last change
on this file since 78384 was 76563, checked in by vboxsync, 6 years ago |
Additions: Use GA_INCLUDED_ and variations_ as header guard prefixes with scm.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
545 bytes
|
Line | |
---|
1 | /* Copyright (c) 2001, Stanford University
|
---|
2 | * All rights reserved
|
---|
3 | *
|
---|
4 | * See the file LICENSE.txt for information on redistributing this software.
|
---|
5 | */
|
---|
6 |
|
---|
7 | #ifndef GA_INCLUDED_SRC_common_crOpenGL_passthrough_passthroughspu_h
|
---|
8 | #define GA_INCLUDED_SRC_common_crOpenGL_passthrough_passthroughspu_h
|
---|
9 | #ifndef RT_WITHOUT_PRAGMA_ONCE
|
---|
10 | # pragma once
|
---|
11 | #endif
|
---|
12 |
|
---|
13 |
|
---|
14 | #include "cr_spu.h"
|
---|
15 |
|
---|
16 |
|
---|
17 | extern SPUNamedFunctionTable _cr_passthrough_table[];
|
---|
18 | extern void BuildPassthroughTable( SPU *child );
|
---|
19 |
|
---|
20 |
|
---|
21 | #endif /* !GA_INCLUDED_SRC_common_crOpenGL_passthrough_passthroughspu_h */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.