mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d11] Remove unused this capture in UnbindResources
This commit is contained in:
parent
a3727ebd42
commit
9adc6f2d3e
1 changed files with 1 additions and 1 deletions
|
@ -1312,7 +1312,7 @@ namespace dxvk {
|
|||
|
||||
|
||||
void D3D11VideoContext::UnbindResources() {
|
||||
m_ctx->EmitCs([this] (DxvkContext* ctx) {
|
||||
m_ctx->EmitCs([] (DxvkContext* ctx) {
|
||||
ctx->bindRenderTargets(DxvkRenderTargets(), 0u);
|
||||
|
||||
ctx->bindShader<VK_SHADER_STAGE_VERTEX_BIT>(nullptr);
|
||||
|
|
Loading…
Add table
Reference in a new issue