Kanzi 4.0.0-beta2
kanzi::gfx::BackendInformation Struct Reference

Describes the backend implementation. More...

#include <kanzi/gfx/types.hpp>

Public Attributes

string apiVersion
 The API version.
 
APIBackend backend
 The API style of the backend.
 
string device
 The driver reported device name.
 
string driverVersion
 The driver reported driver version.
 

Detailed Description

Describes the backend implementation.

The strings in this structure are very dependent on the current graphics device.

Since
Kanzi 4.0.0

Member Data Documentation

◆ backend

APIBackend kanzi::gfx::BackendInformation::backend

The API style of the backend.

◆ apiVersion

string kanzi::gfx::BackendInformation::apiVersion

The API version.

◆ device

string kanzi::gfx::BackendInformation::device

The driver reported device name.

◆ driverVersion

string kanzi::gfx::BackendInformation::driverVersion

The driver reported driver version.


The documentation for this struct was generated from the following file: