blob: 2d3fc48b3a367e149c21a25466ce61602c7bb086 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef INTEL_DEPTH_STENCIL_H
#define INTEL_DEPTH_STENCIL_H
extern void
intel_unpair_depth_stencil(GLcontext * ctx, struct intel_renderbuffer *irb);
extern void
intel_validate_paired_depth_stencil(GLcontext * ctx,
struct gl_framebuffer *fb);
#endif /* INTEL_DEPTH_STENCIL_H */
|