Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:52

0001 #pragma once
0002 
0003 #include "scuda.h"
0004 
0005 #if defined(__CUDACC__) || defined(__CUDABE__)
0006 #else
0007 
0008 #if defined(MOCK_TEXTURE) || defined(MOCK_CUDA)
0009    #include "s_mock_texture.h"
0010 
0011 //#ifndef MOCK_TEXTURE_MANAGER_INSTANCE_PLANTED
0012 //    #define MOCK_TEXTURE_MANAGER_INSTANCE_PLANTED
0013 //    MockTextureManager* MockTextureManager::INSTANCE = nullptr ; 
0014 //#endif
0015 
0016 #endif
0017 
0018 #endif 
0019 
0020