updated some printfs, added comment about sched_yield
[mesa.git] / src / mesa / shader / slang / slang_storage.h
index 4537223d81bba73a1595eb3b78b48290f70b736a..532ea638ee7cbf58107e6582bdb66db8bebc86d7 100644 (file)
@@ -56,7 +56,7 @@ typedef enum slang_storage_type_
  * elements. They are also required to support indirect addressing. That is, if B references
  * first data slot in the array, S is the size of the data slot and I is the integral index that
  * is not known at compile time, B+I*S references I-th data slot.
- *\r
+ *
  * This structure is also used to break down built-in data types that are not supported directly.
  * Vectors, like vec3, are constructed from arrays of their basic types. Matrices are formed of
  * an array of column vectors, which are in turn processed as other vectors.