File tree Expand file tree Collapse file tree
source/MaterialXGenMdl/mdl/materialx Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ export material mx_dielectric_bsdf(
154154 color mxp_tint = color(1.0),
155155 float mxp_ior = 1.5,
156156 float2 mxp_roughness = float2(0.0),
157+ int mxp_priority = 0,
157158 float3 mxp_normal = state::normal(),
158159 float3 mxp_tangent = state::texture_tangent_u(0),
159160 uniform core::mx_distribution_type mxp_distribution = core::mx_distribution_type_ggx [[ anno::unused() ]],
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ export material mx_dielectric_bsdf(
230230 color mxp_tint = color(1.0),
231231 float mxp_ior = 1.5,
232232 float2 mxp_roughness = float2(0.0),
233+ int mxp_priority = 0,
233234 float3 mxp_normal = state::normal(),
234235 float3 mxp_tangent = state::texture_tangent_u(0),
235236 uniform core::mx_distribution_type mxp_distribution = core::mx_distribution_type_ggx [[ anno::unused() ]],
You can’t perform that action at this time.
0 commit comments