|
slot 0.0.1
A real time UI render framework
|
#include <slang-gfx.h>

Public 属性 | |
| DeviceType | deviceType |
| DeviceLimits | limits |
| BindingStyle | bindingStyle |
| ProjectionStyle | projectionStyle |
| float | identityProjectionMatrix [16] |
| const char * | apiName = nullptr |
| The name of the graphics API being used by this device. | |
| const char * | adapterName = nullptr |
| The name of the graphics adapter. | |
| uint64_t | timestampFrequency = 0 |
| The clock frequency used in timestamp queries. | |
| const char* gfx::DeviceInfo::adapterName = nullptr |
The name of the graphics adapter.
| const char* gfx::DeviceInfo::apiName = nullptr |
The name of the graphics API being used by this device.
| BindingStyle gfx::DeviceInfo::bindingStyle |
| DeviceType gfx::DeviceInfo::deviceType |
| float gfx::DeviceInfo::identityProjectionMatrix[16] |
An projection matrix that ensures x, y mapping to pixels is the same on all targets
| DeviceLimits gfx::DeviceInfo::limits |
| ProjectionStyle gfx::DeviceInfo::projectionStyle |
| uint64_t gfx::DeviceInfo::timestampFrequency = 0 |
The clock frequency used in timestamp queries.