Skip to content

Commit

Permalink
hdx: Set the debugName of HgiSamplerDesc for 1d luts
Browse files Browse the repository at this point in the history
  • Loading branch information
pkilgo-blz committed Nov 12, 2024
1 parent e45ffe6 commit 2d106a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pxr/imaging/hdx/colorCorrectionTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ HdxColorCorrectionTask::_CreateOpenColorIOResourcesImpl(

// Sampler description
HgiSamplerDesc sampDesc;
sampDesc.debugName = samplerName;
sampDesc.magFilter =
interpolation == OCIO::Interpolation::INTERP_NEAREST ?
HgiSamplerFilterNearest : HgiSamplerFilterLinear;
Expand Down

0 comments on commit 2d106a1

Please sign in to comment.