D3D11NV12Rendering icon indicating copy to clipboard operation
D3D11NV12Rendering copied to clipboard

Rendering uncompressed NV12 frames using D3D11.

Results 1 D3D11NV12Rendering issues
Sort by recently updated
recently updated
newest added

``` D3D11_TEXTURE2D_DESC const texDesc = CD3D11_TEXTURE2D_DESC( DXGI_FORMAT_NV12, // HoloLens PV camera format, common for video sources m_width, // Width of the video frames m_height, // Height of the video frames...