BentleyBlanks / Sophia

A real-time DirectX 11 renderer. The renderer is named by my girlfriend's english name.
6 stars 1 forks source link

Build errors #1

Open shujaatak opened 5 years ago

shujaatak commented 5 years ago
// Test
//#include "minecraft.h"
//#include "atmospheric.h"
//#include "earth.h"
//#include "pbrLighting.h"
//#include "commonShader.h"
//#include "precomputedMap.h"
#include "skybox.h"
//#include "ssao.h"
//#include "mesh.h"

// Reborn
//#include "cloud.h"
Severity    Code    Description Project File    Line    Suppression State
Error   C2039   'getShaderResouceView': is not a member of 's3ImageDecoder' SophiaTest  c:\sandbox\sophia-master\test\skybox.h  67  
Error (active)  E0135   class "s3ImageDecoder" has no member "getShaderResouceView" SophiaTest  C:\Sandbox\\Sophia-master\test\skybox.h 67  
Error (active)  E0135   class "s3ImageDecoder" has no member "getSamplerState"  SophiaTest  C:\Sandbox\Sophia-master\test\skybox.h  68  
Error (active)  E0415   no suitable constructor exists to convert from "ID3D11Device *" to "std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>>" SophiaTest  C:\Sandbox\Sophia-master\test\skybox.h  134 
Error (active)  E0140   too many arguments in function call SophiaTest  C:\Sandbox\Sophia-master\test\skybox.h  134 
Error (active)  E0304   no instance of overloaded function "s3ImageDecoder::load" matches the argument list SophiaTest  C:\Sandbox\Sophia-master\test\skybox.h  185 
Error   C2039   'getSamplerState': is not a member of 's3ImageDecoder'  SophiaTest  c:\sandbox\sophia-master\test\skybox.h  68  
Error   C2660   's3Shader::load': function does not take 3 arguments    SophiaTest  c:\sandbox\sophia-master\test\skybox.h  134 
Error   C2661   's3ImageDecoder::load': no overloaded function takes 2 arguments    SophiaTest  c:\sandbox\sophia-master\test\skybox.h  185 
BentleyBlanks commented 4 years ago

sry, maybe I would upload some stable version these days.

shujaatak commented 4 years ago

sry, maybe I would upload some stable version these days.

That would be awesome!