Backends: DX11: Fixed GSGetShader() call not passing an initialized instance count, would generally make the debug layer complain (Added in 1.72).

This commit is contained in:
omar
2019-08-01 10:58:41 -07:00
parent f624455d7b
commit 6cf4743f17
2 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,9 @@ HOW TO UPDATE?
-----------------------------------------------------------------------
Other Changes:
- Backends: DX11: Fixed GSGetShader() call not passing an initialized instance count,
would generally make the debug layer complain (Added in 1.72).
-----------------------------------------------------------------------
VERSION 1.72b (Released 2019-07-31)