mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Revert "internal/graphicsdriver/directx: bug fix: check the error at CreateGraphicsPipelineState at initialization"
This reverts commit c183555cc8
.
Reason: this didn't help anything on the reporter's machine
This commit is contained in:
parent
95fb4370db
commit
2aa595de52
@ -294,11 +294,6 @@ func (g *Graphics) initializeDesktop(useWARP bool, useDebugLayer bool) (ferr err
|
||||
}
|
||||
i.Dispose()
|
||||
|
||||
// Check whether an unexpected error happens or not: DXGI_ERROR_DEVICE_HUNG (#2198).
|
||||
if _, err := g.pipelineStates.builtinGraphicsPipelineState(g.device, builtinPipelineStatesKey{}); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user