// For now we fake the GI sampling in fullscreen. float3 SampleBakedGI(float3 positionRWS, float3 normalWS, float2 uvStaticLightmap, float2 uvDynamicLightmap) { return 0; }