summaryrefslogtreecommitdiffstats
path: root/sdk/rwsdk/include/d3d8/rtvcat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/rwsdk/include/d3d8/rtvcat.h')
-rw-r--r--sdk/rwsdk/include/d3d8/rtvcat.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/sdk/rwsdk/include/d3d8/rtvcat.h b/sdk/rwsdk/include/d3d8/rtvcat.h
new file mode 100644
index 00000000..474095e1
--- /dev/null
+++ b/sdk/rwsdk/include/d3d8/rtvcat.h
@@ -0,0 +1,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 */