Table of Contents

Struct D3D11DeviceOptions

Namespace
NeoVeldrid
Assembly
NeoVeldrid.dll

A structure describing Direct3D11-specific device creation options.

public struct D3D11DeviceOptions
Inherited Members

Fields

AdapterPtr

Native pointer to an adapter.

public nint AdapterPtr

Field Value

nint

DeviceCreationFlags

Set of device specific flags. See the Direct3D 11 DeviceCreationFlags documentation for details.

public uint DeviceCreationFlags

Field Value

uint