VisualServerRenderInfo Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.RenderInfo"]
Namespace: Godot
public enum RenderInfo
| Member name | Value | Description | |
|---|---|---|---|
| ObjectsInFrame | 0 | The amount of objects in the frame. | |
| VerticesInFrame | 1 | The amount of vertices in the frame. | |
| MaterialChangesInFrame | 2 | The amount of modified materials in the frame. | |
| ShaderChangesInFrame | 3 | The amount of shader rebinds in the frame. | |
| SurfaceChangesInFrame | 4 | The amount of surface changes in the frame. | |
| DrawCallsInFrame | 5 | The amount of draw calls in frame. | |
| Info2dItemsInFrame | 6 | The amount of 2d items in the frame. | |
| Info2dDrawCallsInFrame | 7 | The amount of 2d draw calls in frame. | |
| UsageVideoMemTotal | 8 | Unimplemented in the GLES2 and GLES3 rendering backends, always returns 0. | |
| VideoMemUsed | 9 | The amount of video memory used, i.e. texture and vertex memory combined. | |
| TextureMemUsed | 10 | The amount of texture memory used. | |
| VertexMemUsed | 11 | The amount of vertex memory used. |