venki-thiyag
venki-thiyag
To provide more details: 1) Format is DXGI_FORMAT_R8G8B8A8_UNORM 2) Image size is 640x360 3) Number of mips to be generated is 4 4) TypedUAVLoadAdditionalFormats is supported and StandardSwizzle64KBSupported is not...
DxDiag output: ` [DxDiag.txt](https://github.com/microsoft/DirectXTK12/files/8896869/DxDiag.txt) ` Another observation, I have 2 monitor setup: Primary monitor: 3840x2400 Secondary monitor: 1920x1080 Issue is seem when application window is moved to secondary monitor, whereas...
Added D3D12_COMMAND_QUEUE_FLAG_DISABLE_GPU_TIMEOUT, since all processing is happening using D3D12. With this change, MipMap generation is working, also I had to wait for execution completion after ExecuteCommandLists API is called. Any...
On Windows is it possible to build with both DirectML and OpenVino? Also with OpenVino CPU_FP32, GPU_FP32 and GPU_FP16 needs to be present. Any ideas or suggestions on this?
Any update on this?