blob: ea19c13b23f94eca9dcbcbba044883aaffc28f9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef SP_TEX_LAYOUT_H
#define SP_TEX_LAYOUT_H
struct pipe_context;
struct pipe_mipmap_tree;
extern boolean
softpipe_mipmap_tree_layout(struct pipe_context *pipe,
struct pipe_mipmap_tree *mt);
#endif /* SP_TEX_LAYOUT_H */
|