brender-1997/d3drend/rv1point.c
2022-05-03 14:31:40 -07:00

33 lines
759 B
C

/*
* Copyright (c) 1993-1995 Argonaut Technologies Limited. All rights reserved.
*
* $Id: rv1point.c 1.1 1997/07/11 16:14:43 jon Exp JON $
* $Locker: JON $
*
* Geometry format methods
*/
#include <stddef.h>
#include <string.h>
#include "drv.h"
#include "shortcut.h"
#include "brassert.h"
BR_RCS_ID("$Id: rv1point.c 1.1 1997/07/11 16:14:43 jon Exp JON $");
br_error BR_CMETHOD_DECL(br_geometry_format_d3d, render_v1points)
(struct br_geometry *self, struct br_renderer *r,
struct v11model *model)
{
return BRE_FAIL;
}
br_error BR_CMETHOD_DECL(br_geometry_format_d3d, storedNew_v1points)
(struct br_geometry *self, struct br_renderer *r,
struct br_geometry_stored **psg, br_token_value *tv, struct v11model *model)
{
return BRE_FAIL;
}