autopipeline updates

This commit is contained in:
turanszkij
2019-11-15 19:20:12 +00:00
parent 37f3ab95e1
commit ee988cf55d
23 changed files with 1065 additions and 1179 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ void EditorComponent::ResizeBuffers()
desc.Width = wiRenderer::GetInternalResolution().x;
desc.Height = wiRenderer::GetInternalResolution().y;
desc.Format = wiRenderer::GetDevice()->GetBackBufferFormat(); // todo: smaller format, but then somehow need to specify custom rt format for wiImage PSO!
desc.Format = FORMAT_R8_UNORM;
desc.BindFlags = BIND_RENDER_TARGET | BIND_SHADER_RESOURCE;
if (renderPath->getMSAASampleCount() > 1)
{