use log::warn
instead
This commit is contained in:
parent
34e433ad90
commit
b8f85be372
1 changed files with 1 additions and 1 deletions
|
@ -980,7 +980,7 @@ fn get_dxgi_factory() -> Result<IDXGIFactory6> {
|
||||||
{
|
{
|
||||||
DXGI_CREATE_FACTORY_DEBUG
|
DXGI_CREATE_FACTORY_DEBUG
|
||||||
} else {
|
} else {
|
||||||
log::error!(
|
log::warn!(
|
||||||
"Failed to get DXGI debug interface. DirectX debugging features will be disabled."
|
"Failed to get DXGI debug interface. DirectX debugging features will be disabled."
|
||||||
);
|
);
|
||||||
DXGI_CREATE_FACTORY_FLAGS::default()
|
DXGI_CREATE_FACTORY_FLAGS::default()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue