Currently ScreenGrab only works on formats with a plane count of 1. This means you can't currently capture the following: ``` DXGI_FORMAT_NV12: // 4:2:0 8-bit DXGI_FORMAT_P010: // 4:2:0 10-bit DXGI_FORMAT_P016: // 4:2:0 16-bit DXGI_FORMAT_420_OPAQUE:// 4:2:0 8-bit DXGI_FORMAT_NV11: // 4:1:1 8-bit ```