Diligent Engine
Loading...
Searching...
No Matches
Diligent::SerializationDeviceInfo Struct Reference

Serialization device information. More...

#include <SerializationDevice.h>

Public Attributes

ARCHIVE_DEVICE_DATA_FLAGS SupportedArchiveTargets = ARCHIVE_DEVICE_DATA_FLAG_NONE
 Combination of supported archive targets, see Diligent::ARCHIVE_DEVICE_DATA_FLAGS.
Version DXILCompilerVersion = Version()
 Version of the DX Compiler used to compile HLSL to DXIL for Direct3D12.
Version SPIRVCompilerVersion = Version()
 Version of the DX Compiler used to compile HLSL to SPIR-V for Vulkan.

Detailed Description

Serialization device information.

Member Data Documentation

◆ DXILCompilerVersion

Version Diligent::SerializationDeviceInfo::DXILCompilerVersion = Version()

Version of the DX Compiler used to compile HLSL to DXIL for Direct3D12.

A zero version indicates that the compiler is unavailable.

◆ SPIRVCompilerVersion

Version Diligent::SerializationDeviceInfo::SPIRVCompilerVersion = Version()

Version of the DX Compiler used to compile HLSL to SPIR-V for Vulkan.

A zero version indicates that the compiler is unavailable.