How to Fix the Reflection in My DXR Setup?
gamedev.net
Hi fellas,Good day!I'm trying to create reflections in DXR. I have setup the code. The problem is that I couldnt find any issue regarding the hlsl code. c++ side is ok. any thoughts??//============================================================= REFLECT SHADERS =============================================[shader("miss")]void MyMissReflectShader(inout ReflectPayload payload){ float4 skycolor = SkyTx.SampleLevel(ssAnisot
0 Commenti ·0 condivisioni ·64 Views