{ "opencollection": "1.0.0", "info": { "name": "Microsoft Windows 10 Windows Background Tasks Accelerometer Command Queues API", "version": "1.0.0" }, "items": [ { "info": { "name": "Command Queues", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Windows 10 Create a command queue", "type": "http" }, "http": { "method": "POST", "url": "https://api.windows.com/directx/command-queues", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a Direct3D 12 command queue (ID3D12CommandQueue) for submitting command lists to the GPU. Command queues can be of type Direct, Compute, or Copy, determining which GPU operations they support." } ] } ], "bundled": true }