Skip to content

Commit

Permalink
Deleted tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Khokhlov committed Sep 4, 2018
1 parent 6313103 commit 03977cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Baikal/Kernels/CL/fill_aovs_uberv2.cl
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ KERNEL void FillAOVsUberV2(
UberV2PrepareInputs(&diffgeo, input_map_values, material_attributes, TEXTURE_ARGS, &uber_shader_data);
GetMaterialBxDFType(wi, &sampler, SAMPLER_ARGS, &diffgeo, &uber_shader_data);

int sampled_component = Bxdf_UberV2_GetSampledComponent(&diffgeo);
int sampled_component = Bxdf_UberV2_GetSampledComponent(&diffgeo);

float gloss = 0.f;
if (sampled_component == kBxdfUberV2SampleCoating)
Expand Down

0 comments on commit 03977cc

Please sign in to comment.