[Mesa-dev] [PATCH 03/11] program: add #ifndef SAMPLER_H wrapper

Brian Paul brianp at vmware.com
Mon Dec 15 16:20:55 PST 2014


---
 src/mesa/program/sampler.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/mesa/program/sampler.h b/src/mesa/program/sampler.h
index 8b7c3b6..61c7f58 100644
--- a/src/mesa/program/sampler.h
+++ b/src/mesa/program/sampler.h
@@ -23,6 +23,10 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
+#ifndef SAMPLER_H
+#define SAMPLER_H
+
+
 int
 _mesa_get_sampler_uniform_value(class ir_dereference *sampler,
 				struct gl_shader_program *shader_program,
@@ -30,3 +34,6 @@ _mesa_get_sampler_uniform_value(class ir_dereference *sampler,
 
 class ir_rvalue *
 _mesa_get_sampler_array_nonconst_index(class ir_dereference *sampler);
+
+
+#endif /* SAMPLER_H */
-- 
1.9.1



More information about the mesa-dev mailing list