In compute shader, I use tex2dlod() to sample the texture, and the texture is not black. The code is as follows: float4 result = tex2Dlod(Tex, …
Categories
In compute shader, I use tex2dlod() to sample the texture, and the texture is not black. The code is as follows: float4 result = tex2Dlod(Tex, …