We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4a16c commit 62c79b4Copy full SHA for 62c79b4
include/nbl/builtin/hlsl/rwmc/resolve.hlsl
@@ -48,8 +48,6 @@ struct ResolveAccessorAdaptor
48
using output_type = vector<OutputScalar, 4>;
49
NBL_CONSTEXPR int32_t image_dimension = 2;
50
51
- RWTexture2DArray<float32_t4> cascade;
52
-
53
float32_t calcLuma(NBL_REF_ARG(float32_t3) col)
54
{
55
return hlsl::dot<float32_t3>(colorspace::scRGB::ToXYZ()[1], col);
0 commit comments