forked from AcademySoftwareFoundation/MaterialX
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstdlib_genmdl_cm_impl.mtlx
24 lines (18 loc) · 2.03 KB
/
stdlib_genmdl_cm_impl.mtlx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<materialx version="1.38">
<!-- ======================================================================== -->
<!-- Color Management System Implementations -->
<!-- ======================================================================== -->
<implementation name="IM_g18_rec709_to_lin_rec709_color3_genmdl" sourcecode="mx::cm::mx_gamma18_to_linear_color3({{in}})" target="genmdl" />
<implementation name="IM_g18_rec709_to_lin_rec709_color4_genmdl" sourcecode="mx::cm::mx_gamma18_to_linear_color4({{in}})" target="genmdl" />
<implementation name="IM_g22_rec709_to_lin_rec709_color3_genmdl" sourcecode="mx::cm::mx_gamma22_to_linear_color3({{in}})" target="genmdl" />
<implementation name="IM_g22_rec709_to_lin_rec709_color4_genmdl" sourcecode="mx::cm::mx_gamma22_to_linear_color4({{in}})" target="genmdl" />
<implementation name="IM_rec709_display_to_lin_rec709_color3_genmdl" sourcecode="mx::cm::mx_gamma24_to_linear_color3({{in}})" target="genmdl" />
<implementation name="IM_rec709_display_to_lin_rec709_color4_genmdl" sourcecode="mx::cm::mx_gamma24_to_linear_color4({{in}})" target="genmdl" />
<implementation name="IM_acescg_to_lin_rec709_color3_genmdl" sourcecode="mx::cm::mx_ap1_to_rec709_color3({{in}})" target="genmdl" />
<implementation name="IM_acescg_to_lin_rec709_color4_genmdl" sourcecode="mx::cm::mx_ap1_to_rec709_color4({{in}})" target="genmdl" />
<implementation name="IM_srgb_texture_to_lin_rec709_color3_genmdl" sourcecode="mx::cm::mx_srgb_texture_to_lin_rec709_color3({{in}})" target="genmdl" />
<implementation name="IM_srgb_texture_to_lin_rec709_color4_genmdl" sourcecode="mx::cm::mx_srgb_texture_to_lin_rec709_color4({{in}})" target="genmdl" />
<implementation name="IM_g22_ap1_to_lin_rec709_color3_genmdl" sourcecode="mx::cm::mx_ap1_to_rec709_color3(mx::cm::mx_gamma22_to_linear_color3({{in}}))" target="genmdl" />
<implementation name="IM_g22_ap1_to_lin_rec709_color4_genmdl" sourcecode="mx::cm::mx_ap1_to_rec709_color4(mx::cm::mx_gamma22_to_linear_color4({{in}}))" target="genmdl" />
</materialx>