@ -293,12 +293,6 @@ namespace FidelityFX.FrameGen
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap4 , Resources . InpaintingPyramid , 4 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap5 , Resources . InpaintingPyramid , 5 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap6 , Resources . InpaintingPyramid , 6 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap7 , Resources . InpaintingPyramid , 7 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap8 , Resources . InpaintingPyramid , 8 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap9 , Resources . InpaintingPyramid , 9 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap10 , Resources . InpaintingPyramid , 1 0 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap11 , Resources . InpaintingPyramid , 1 1 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap12 , Resources . InpaintingPyramid , 1 2 ) ;
commandBuffer . SetComputeConstantBufferParam ( ComputeShader , FrameInterpolationShaderIDs . CbFrameInterpolation , Constants , 0 , Marshal . SizeOf < FrameInterpolation . Constants > ( ) ) ;
commandBuffer . SetComputeConstantBufferParam ( ComputeShader , FrameInterpolationShaderIDs . CbInpaintingPyramid , _spdConstants , 0 , Marshal . SizeOf < FrameInterpolation . InpaintingPyramidConstants > ( ) ) ;
@ -359,12 +353,6 @@ namespace FidelityFX.FrameGen
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap4 , Resources . InpaintingPyramid , 4 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap5 , Resources . InpaintingPyramid , 5 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap6 , Resources . InpaintingPyramid , 6 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap7 , Resources . InpaintingPyramid , 7 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap8 , Resources . InpaintingPyramid , 8 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap9 , Resources . InpaintingPyramid , 9 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap10 , Resources . InpaintingPyramid , 1 0 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap11 , Resources . InpaintingPyramid , 1 1 ) ;
BindMipmap ( commandBuffer , FrameInterpolationShaderIDs . UavInpaintingPyramidMipmap12 , Resources . InpaintingPyramid , 1 2 ) ;
commandBuffer . SetComputeConstantBufferParam ( ComputeShader , FrameInterpolationShaderIDs . CbFrameInterpolation , Constants , 0 , Marshal . SizeOf < FrameInterpolation . Constants > ( ) ) ;
commandBuffer . SetComputeConstantBufferParam ( ComputeShader , FrameInterpolationShaderIDs . CbInpaintingPyramid , _spdConstants , 0 , Marshal . SizeOf < FrameInterpolation . InpaintingPyramidConstants > ( ) ) ;