1 /* 2 * Copyright 2010 Corbin Simpson 3 * SPDX-License-Identifier: MIT 4 */ 5 6 #ifndef __RADEON_PROGRAM_TEX_H_ 7 #define __RADEON_PROGRAM_TEX_H_ 8 9 #include "radeon_compiler.h" 10 #include "radeon_program.h" 11 12 int radeonTransformTEX( 13 struct radeon_compiler * c, 14 struct rc_instruction * inst, 15 void* data); 16 17 #endif /* __RADEON_PROGRAM_TEX_H_ */ 18