SoLDMResourceManagerGetMaxVVizTexMemory Method |
Note: This API is now obsolete.
Returns the allowed global texture memory in MB (for all data sets).
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use int SoLDMGlobalResourceParameters::getMaxTexMemory() instead.")]
public static int GetMaxVVizTexMemory()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use int SoLDMGlobalResourceParameters::getMaxTexMemory() instead.")>
Public Shared Function GetMaxVVizTexMemory As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 10.0.0.0. Use int SoLDMGlobalResourceParameters::getMaxTexMemory() instead.")]
static int GetMaxVVizTexMemory()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use int SoLDMGlobalResourceParameters::getMaxTexMemory() instead.")>]
static member GetMaxVVizTexMemory : unit -> int
Return Value
Type:
Int32
Remarks
See Also