Skip to content

Add missing DXGI_CREATE_FACTORY_DEBUG #722

Closed
@BMarques

Description

@BMarques

Summary of feature

Silk.NET.DXGI is doesn't have the constant/flag DXGI_CREATE_FACTORY_DEBUG.

Comments

I have to type by hand the 0x1 which is the value of DXGI_CREATE_FACTORY_DEBUG, it would be nice to be able to just grab it from the DXGI class, like DXGI.CpuAccessNone.

This is useful to make it easier to pass the correct value to DXGI.GetApi().CreateDXGIFactory2
https://docs.microsoft.com/en-us/windows/win32/api/dxgi1_3/nf-dxgi1_3-createdxgifactory2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions