cohtml.Net.RenoirUserGPUMemoryInfo
Struct used to extract user GPU memory information.
Inherits from SystemIDisposable
Inherited by cohtml.Net.UserGPUMemoryInfo
Public Classes
Section titled “Public Classes”| Name | |
|---|---|
| class | RenderTargetInfo |
| class | RenderTargetResourceInfo |
| class | UserResourceInfo |
| class | UserTexturesInfo |
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Dispose() |
| virtual uint | GetTextureRenoirId(uint backendId) |
| virtual void | Release() |
Public Properties
Section titled “Public Properties”| Name | |
|---|---|
| ulong | TotalBytes |
| ulong | PeakBytes |
| ulong | LastRenderingExecutionID |
| RenoirUserGPUMemoryInfo.UserTexturesInfo | UserTextureInformation |
| RenoirUserGPUMemoryInfo.RenderTargetInfo | RenderTargetInformation |
Protected Attributes
Section titled “Protected Attributes”| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual void Dispose()Reimplemented by: cohtml.Net.UserGPUMemoryInfo.Dispose
function GetTextureRenoirId
Section titled “function GetTextureRenoirId”virtual uint GetTextureRenoirId( uint backendId)function Release
Section titled “function Release”virtual void Release()Public Property Documentation
Section titled “Public Property Documentation”property TotalBytes
Section titled “property TotalBytes”ulong TotalBytes;property PeakBytes
Section titled “property PeakBytes”ulong PeakBytes;property LastRenderingExecutionID
Section titled “property LastRenderingExecutionID”ulong LastRenderingExecutionID;property UserTextureInformation
Section titled “property UserTextureInformation”RenoirUserGPUMemoryInfo.UserTexturesInfo UserTextureInformation;property RenderTargetInformation
Section titled “property RenderTargetInformation”RenoirUserGPUMemoryInfo.RenderTargetInfo RenderTargetInformation;Protected Attributes Documentation
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.