IVideoMemoryContainer

Description

interface Tinman.Engine.API.IVideoMemoryContainer

Extended by

GLBase abstract
RenderContext abstract

Base interface for classes that can report the amount of available video memory.

Public / Attributes

Video​Memory


public attribute VideoMemory → (get)

value : int32

[>=0]
The estimated video memory, in megabytes. Will be 0 if the amount of video memory is not known.

Returns an estimate on the amount of video memory that is available to the render context.