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