dolphin/Source/Core
Robin Kertels 22fecb41fc
VideoBackends:D3D12: Don't query GPU descriptor handle for non-shader visible heap
Fixes the following error in the D3D12 debug layer:

D3D12 ERROR: ID3D12DescriptorHeap::GetGPUDescriptorHandleForHeapStart:
GetGPUDescriptorHandleForHeapStart is invalid to call on a descriptor
heap that does not have DESCRIPTOR_HEAP_FLAG_SHADER_VISIBLE set.
If the heap is not supposed to be shader visible, then
GetCPUDescriptorHandleForHeapStart would be the appropriate method
to call. That call is valid both for shader visible and non shader
visible descriptor heaps.
[ STATE_GETTING ERROR #1315: DESCRIPTOR_HEAP_NOT_SHADER_VISIBLE]
2022-10-29 23:39:27 +02:00
..
AudioCommon WaveFile: Fix size check 2022-10-22 11:44:38 -07:00
Common JitArm64: Reimplement Force25BitPrecision 2022-10-22 10:03:52 +02:00
Core GraphicsSettings: Remove unused FreelookControlType enum forward declaration 2022-10-26 16:23:13 -07:00
DiscIO Show vWii System Menu version in Menu Bar 2022-10-22 13:36:55 +02:00
DolphinNoGUI Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
DolphinQt Merge pull request #11150 from jordan-woyak/all-devices-less-confusing 2022-10-29 00:53:19 +02:00
DolphinTool Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
InputCommon Merge pull request #10979 from tellowkrinkle/QuartzWindowSpeed 2022-10-22 04:55:12 -04:00
MacUpdater WinUpdater: Check OS and VC++ Redist versions. 2022-09-20 15:57:50 -07:00
UICommon WinUpdater: Defer modifying any files until Updater.exe 2022-10-21 19:14:00 -07:00
UpdaterCommon Updater: clarify a string 2022-10-23 01:47:02 -07:00
VideoBackends VideoBackends:D3D12: Don't query GPU descriptor handle for non-shader visible heap 2022-10-29 23:39:27 +02:00
VideoCommon VertexLoader: Remove "too many initializer values" workaround functions 2022-10-25 15:29:09 -07:00
WinUpdater WinUpdater: Check OS and VC++ Redist versions. 2022-09-20 15:57:50 -07:00
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #11072 from SketchMaster2001/wiiconnect24 2022-10-16 04:31:28 +02:00
DolphinLib.vcxproj WinUpdater: Check OS and VC++ Redist versions. 2022-09-20 15:57:50 -07:00
DolphinLib.vcxproj.user
DolphinLib.x64.props