1 2 3 4 5 6 7 8 9 10 11 12
#ifndef BRW_TEX_LAYOUT_H #define BRW_TEX_LAYOUT_H struct brw_context; extern void brw_init_texture_functions(struct brw_context *brw); #endif