#ifndef RT_BSDFS_H #define RT_BSDFS_H #include #include #include #include #include "shading_frame.cuh" struct BsdfSample { optix::float3 omega_i; optix::float3 f; float pdf; }; #endif