interface GpuVramInfo {
    totalMegaBytesCount: number;
    isDynamicallyAllocated: boolean;
}

Properties

totalMegaBytesCount: number
isDynamicallyAllocated: boolean