Seungha Yang 7f2b4b6b09 d3d12: Fix warnings reported by debug layer
Fixing below debug layer report
ID3D12Device::CreateCommittedResource: Ignoring InitialState D3D12_RESOURCE_STATE_COPY_DEST.
Buffers are effectively created in state D3D12_RESOURCE_STATE_COMMON.

Buffer resource will be automatically promoted to D3D12_RESOURCE_STATE_COPY_DEST
at the very first COPY operation time.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5895>
2024-01-09 13:52:44 +00:00
..
2024-01-05 21:27:35 +09:00
2023-05-20 05:48:23 +00:00
2023-10-12 18:25:50 +00:00
2024-01-02 10:10:09 +00:00
2023-02-03 17:48:10 +00:00
2023-02-28 10:12:31 +00:00
2023-08-23 18:33:04 +09:00