Warning fixes and changes for Linux
- Disabled warnings as errors - Using -Wall for specifying commonly used warnings - Fixes for many warnings in the engine code
This commit is contained in:
@@ -19,7 +19,7 @@ void DummyVisualizer::Draw(
|
||||
static PipelineState pso[2];
|
||||
if (!pso[0].IsValid() || !pso[1].IsValid())
|
||||
{
|
||||
static auto LoadShaders = [depth] {
|
||||
static auto LoadShaders = [] {
|
||||
PipelineStateDesc desc;
|
||||
desc.vs = wi::renderer::GetShader(wi::enums::VSTYPE_VERTEXCOLOR);
|
||||
desc.ps = wi::renderer::GetShader(wi::enums::PSTYPE_VERTEXCOLOR);
|
||||
|
||||
Reference in New Issue
Block a user