Files
WickedEngine/WickedEngine/shaders/renderlightmapPS_rtapi.hlsl
T
Turánszki János fc2cbfcc1c path tracing hardware acceleration #175 (#253)
* path tracing hardware acceleration #175

* hlsl5 fix

* fixes

* random seed fix

* ci fix

* fixes

* re enable spirv validation in linux

* path trace updates

* pathtrace fix

* raytracing fixes

* path tracing normal map limit
2021-03-28 19:48:34 +02:00

5 lines
77 B
HLSL

#ifndef HLSL5
#define RTAPI
#endif // HLSL5
#include "renderlightmapPS.hlsl"