RendererInfo
Contains information on the capabilities of a render driver or the current render context
Operations
GetFlags
Get a mask of supported renderer flags
method : public : GetFlags() ~ IntReturn
| Type | Description |
|---|---|
| Int | renderer flags |
GetMaxTextureHeight
Get the the maximum texture height
method : public : GetMaxTextureHeight() ~ IntReturn
| Type | Description |
|---|---|
| Int | maximum texture height |
GetMaxTextureWidth
Get the the maximum texture width
method : public : GetMaxTextureWidth() ~ IntReturn
| Type | Description |
|---|---|
| Int | maximum texture width |
GetName
Get the name of the renderer
method : public : GetName() ~ StringReturn
| Type | Description |
|---|---|
| String | renderer name |
GetNumTextureFormats
Get the number of available texture formats
method : public : GetNumTextureFormats() ~ IntReturn
| Type | Description |
|---|---|
| Int | texture format number |
GetTextureFormats
Get the available texture formats
method : public : GetTextureFormats() ~ Int[]Return
| Type | Description |
|---|---|
| Int | texture formats |