summaryrefslogtreecommitdiffstats
path: root/sdk/rwsdk/include/d3d8/rtvcat.h
blob: 474095e1b2c5419b3fe95220753c98d7609a76bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

/***************************************************************************
 *                                                                         *
 * Module  : rtvcat.h                                                      *
 *                                                                         *
 * Purpose : Tristripping callback for vertex cache aware strips           *
 *                                                                         *
 **************************************************************************/

#ifndef RTVCAT_H
#define RTVCAT_H

/****************************************************************************
 Includes
 */

/*--- Include files ---*/
#include "rwcore.h"

#include "rtvcat.rpe"   /* automatically generated header file */

/****************************************************************************
 Function prototypes
 */

#ifdef __cplusplus
extern "C" {
#endif

extern RpMeshHeader *
RpBuildMeshGenerateCacheAwareTriStrip(RpBuildMesh *buildMesh, 
                                      void *data);

#ifdef __cplusplus
}
#endif

#endif /* RTVCAT_H */