~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/mesa/state_tracker/st_cb_drawtex.h

  • Committer: mmach
  • Date: 2022-09-22 19:56:13 UTC
  • Revision ID: netbit73@gmail.com-20220922195613-wtik9mmy20tmor0i
2022-09-22 21:17:09

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**************************************************************************
2
 
 * 
3
 
 * Copyright 2008 VMware, Inc.
4
 
 * All Rights Reserved.
5
 
 *
6
 
 **************************************************************************/
7
 
 
8
 
 
9
 
#ifndef ST_CB_DRAWTEX_H
10
 
#define ST_CB_DRAWTEX_H
11
 
 
12
 
 
13
 
struct st_context;
14
 
 
15
 
void st_DrawTex(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
16
 
                GLfloat width, GLfloat height);
17
 
 
18
 
extern void
19
 
st_destroy_drawtex(struct st_context *st);
20
 
 
21
 
#endif /* ST_CB_DRAWTEX_H */