You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just run the patched example and resize the window. Under DX11 I get:
DXGI WARNING: IDXGISwapChain4::SetHDRMetaData: Redundant invocation on unchanged metadata could result in presentation performance inefficiency. [ MISCELLANEOUS WARNING #295: ]
D3D11 ERROR: ID3D11DeviceContext::CopySubresourceRegion: pSrcBox is not a valid box for the source subresource. *pSrcBox = { left:0, top:0, front:0, right:1280, bottom:720, back:1 }. SrcSubresource = { left:0, top:0, front:0, right:1280, bottom:640, back:1 }. [ RESOURCE_MANIPULATION ERROR #280: COPYSUBRESOURCEREGION_INVALIDSOURCEBOX]
D3D11: **BREAK** enabled for the previous message, which was: [ ERROR RESOURCE_MANIPULATION #280: COPYSUBRESOURCEREGION_INVALIDSOURCEBOX ]
Exception thrown at 0x7637D6C2 (KernelBase.dll) in example-00-helloworldDebug.exe: 0x0000087A (parameters: 0x00000001, 0x00EFB9A8, 0x00EFC620).
Unhandled exception at 0x7637D6C2 (KernelBase.dll) in example-00-helloworldDebug.exe: 0x0000087A (parameters: 0x00000001, 0x00EFB9A8, 0x00EFC620).
Call stack:
> example-00-helloworldDebug.exe!bgfx::d3d11::RendererContextD3D11::submitBlit(bgfx::BlitState & _bs, unsigned short _view) Line 5553 C++
example-00-helloworldDebug.exe!bgfx::d3d11::RendererContextD3D11::submit(bgfx::Frame * _render, bgfx::ClearQuad & _clearQuad, bgfx::TextVideoMemBlitter & _textVideoMemBlitter) Line 5739 C++
example-00-helloworldDebug.exe!bgfx::Context::renderFrame(int _msecs) Line 2469 C++
example-00-helloworldDebug.exe!bgfx::renderFrame(int _msecs) Line 1491 C++
example-00-helloworldDebug.exe!entry::Context::run(int _argc, const char * const * _argv) Line 521 C++
example-00-helloworldDebug.exe!main(int _argc, const char * const * _argv) Line 1186 C++
The text was updated successfully, but these errors were encountered:
Patch to 00-helloworld:
Just run the patched example and resize the window. Under DX11 I get:
Call stack:
The text was updated successfully, but these errors were encountered: