Diligent Engine API Reference
Public Attributes | List of all members
Diligent::EngineD3D11Attribs Struct Reference

Attributes of the Direct3D11-based engine implementation. More...

Inheritance diagram for Diligent::EngineD3D11Attribs:
Diligent::EngineCreationAttribs

Public Attributes

Uint32 DebugFlags
 Debug flags. See Diligent::EngineD3D11DebugFlags for a list of allowed values. More...
 
- Public Attributes inherited from Diligent::EngineCreationAttribs
class IMemoryAllocator * pRawMemAllocator
 Pointer to the raw memory allocator that will be used for all memory allocation/deallocation operations in an engine.
 

Detailed Description

Attributes of the Direct3D11-based engine implementation.

Member Data Documentation

◆ DebugFlags

Uint32 Diligent::EngineD3D11Attribs::DebugFlags

Debug flags. See Diligent::EngineD3D11DebugFlags for a list of allowed values.

See also
CreateDeviceAndContextsD3D11Type, CreateSwapChainD3D11Type, LoadGraphicsEngineD3D11