Home -> IRendererPlugin -> ApiVersion
Declaration
struct ApiVersion;Description
The ApiVersion structure stores the major and minor version of the graphics API targeted by a renderer plugin.
The default constructor initializes both fields to zero. The two-argument constructor initializes both fields explicitly.
Members
| Name | Type | Description | |
|---|---|---|---|
| major | uint32_t |
The major API version number.
|
|
| minor | uint32_t |
The minor API version number.
|
Constructors
| Name | Description | |
|---|---|---|
| Constructor |
Creates an API version value.
|