slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
Public 属性 | 所有成员列表
gfx::DeviceInfo结构体 参考

#include <slang-gfx.h>

gfx::DeviceInfo 的协作图:
Collaboration graph
[图例]

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.
 

类成员变量说明

◆ adapterName

const char* gfx::DeviceInfo::adapterName = nullptr

The name of the graphics adapter.

◆ apiName

const char* gfx::DeviceInfo::apiName = nullptr

The name of the graphics API being used by this device.

◆ bindingStyle

BindingStyle gfx::DeviceInfo::bindingStyle

◆ deviceType

DeviceType gfx::DeviceInfo::deviceType

◆ identityProjectionMatrix

float gfx::DeviceInfo::identityProjectionMatrix[16]

An projection matrix that ensures x, y mapping to pixels is the same on all targets

◆ limits

DeviceLimits gfx::DeviceInfo::limits

◆ projectionStyle

ProjectionStyle gfx::DeviceInfo::projectionStyle

◆ timestampFrequency

uint64_t gfx::DeviceInfo::timestampFrequency = 0

The clock frequency used in timestamp queries.


该结构体的文档由以下文件生成: