Enum VisualServerSingleton.RenderInfo
enum RenderInfo
: int { ... }
Enum members
Name | Description |
infoDrawCallsInFrame
|
The amount of draw calls in frame.
|
infoMaterialChangesInFrame
|
The amount of modified materials in the frame.
|
infoObjectsInFrame
|
The amount of objects in the frame.
|
infoShaderChangesInFrame
|
The amount of shader rebinds in the frame.
|
infoSurfaceChangesInFrame
|
The amount of surface changes in the frame.
|
infoTextureMemUsed
|
The amount of texture memory used.
|
infoUsageVideoMemTotal
|
Unimplemented in the GLES2 and GLES3 rendering backends, always returns 0.
|
infoVertexMemUsed
|
The amount of vertex memory used.
|
infoVerticesInFrame
|
The amount of vertices in the frame.
|
infoVideoMemUsed
|
The amount of video memory used, i.e. texture and vertex memory combined.
|