Skip to content

ScreenGrab DDS needs support for planar formats #271

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions