Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 07:49:34

0001 #pragma once
0002 
0003 #include <optix.h>
0004 #include "IAS.h"
0005 #include "sqat4.h"
0006 
0007 struct SBT ; 
0008 
0009 struct IAS_Builder
0010 {
0011     static void Build_OLD( IAS& ias, const std::vector<OptixInstance>& instances );
0012 };
0013 
0014