Uncomment some defaults.

This commit is contained in:
Keith Whitwell
2001-03-01 18:18:05 +00:00
parent 0fe593a71e
commit 6da33b1249

View File

@@ -43,17 +43,17 @@
#error "must have at least triangles to use render template" #error "must have at least triangles to use render template"
#endif #endif
/* #if !HAVE_ELTS */ #if !HAVE_ELTS
/* #define ALLOC_ELTS( nr ) */ #define ALLOC_ELTS( nr )
/* #define EMIT_ELT( offset, elt ) */ #define EMIT_ELT( offset, elt )
/* #define INCR_ELTS( nr ) */ #define INCR_ELTS( nr )
/* #define ELT_INIT(prim) */ #define ELT_INIT(prim)
/* #define GET_CURRENT_VB_MAX_ELTS() 0 */ #define GET_CURRENT_VB_MAX_ELTS() 0
/* #define GET_SUBSEQUENT_VB_MAX_ELTS() 0 */ #define GET_SUBSEQUENT_VB_MAX_ELTS() 0
/* #define ALLOC_ELTS_NEW_PRIMITIVE(nr) */ #define ALLOC_ELTS_NEW_PRIMITIVE(nr)
/* #define RELEASE_ELT_VERTS() */ #define RELEASE_ELT_VERTS()
/* #define EMIT_INDEXED_VERTS( ctx, start, count ) */ #define EMIT_INDEXED_VERTS( ctx, start, count )
/* #endif */ #endif
#ifndef EMIT_TWO_ELTS #ifndef EMIT_TWO_ELTS
#define EMIT_TWO_ELTS( offset, elt0, elt1 ) \ #define EMIT_TWO_ELTS( offset, elt0, elt1 ) \