mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
Remove testing #ifdefs
This commit is contained in:
parent
a53696a2dc
commit
2ba1ae95c2
@ -86,7 +86,7 @@ namespace glm
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#if 0
|
|
||||||
template <typename T, precision P>
|
template <typename T, precision P>
|
||||||
class compute_YCoCgR<T, P, true> {
|
class compute_YCoCgR<T, P, true> {
|
||||||
public:
|
public:
|
||||||
@ -116,7 +116,7 @@ namespace glm
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif
|
|
||||||
template <typename T, precision P>
|
template <typename T, precision P>
|
||||||
GLM_FUNC_QUALIFIER tvec3<T, P> rgb2YCoCgR
|
GLM_FUNC_QUALIFIER tvec3<T, P> rgb2YCoCgR
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user