File RayListSource.h¶ File List > Intern > rayx-core > src > Shader > LightSources > RayListSource.h Go to the documentation of this file #pragma once #include "LightSource.h" #include "Rays.h" namespace rayx { struct RAYX_API RayListSource { RaysPtr rays; }; } // namespace rayx