SoLDMResourceManagerSetMaxTexMemory Method |
Note: This API is now obsolete.
Obsoletesince Open Inventor 9100.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("No longer used. Use SoLDMRessourceParameter's field maxTexMemory instead.")]
public void SetMaxTexMemory(
int maxTexMemoryMB
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("No longer used. Use SoLDMRessourceParameter's field maxTexMemory instead.")>
Public Sub SetMaxTexMemory (
maxTexMemoryMB As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"No longer used. Use SoLDMRessourceParameter's field maxTexMemory instead.")]
void SetMaxTexMemory(
int maxTexMemoryMB
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("No longer used. Use SoLDMRessourceParameter's field maxTexMemory instead.")>]
member SetMaxTexMemory :
maxTexMemoryMB : int -> unit
Parameters
- maxTexMemoryMB
- Type: SystemInt32
Remarks
No longer used. Use SoLDMRessourceParameter's field maxTexMemory instead.
See Also