blob: be85e4be584b17a44471e74d02b52255d1b23f46 (
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 GLboolean
softpipe_mipmap_tree_layout(struct pipe_context *pipe,
struct pipe_mipmap_tree *mt);
#endif /* SP_TEX_LAYOUT_H */
|