blob: 87bf720cb0d072b9faee5f3b15f10f8a5fe9005a [file] [log] [blame]
/**************************************************************************
*
* Copyright 2008 VMware, Inc.
* All Rights Reserved.
*
**************************************************************************/
#ifndef ST_CB_DRAWTEX_H
#define ST_CB_DRAWTEX_H
struct dd_function_table;
struct st_context;
extern void
st_init_drawtex_functions(struct dd_function_table *functions);
extern void
st_destroy_drawtex(struct st_context *st);
#endif /* ST_CB_DRAWTEX_H */