SoLDMResourceManagerGetTex2VVizLoadRate Method |
Note: This API is now obsolete.
Returns total number of tiles allowed to be loaded in texture memory per frame (for all data sets).
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getTex2LoadRate() instead.")]
public static int GetTex2VVizLoadRate()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getTex2LoadRate() instead.")>
Public Shared Function GetTex2VVizLoadRate As Integer
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getTex2LoadRate() instead.")]
static int GetTex2VVizLoadRate()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 10000. Use int SoLDMGlobalResourceParameters::getTex2LoadRate() instead.")>]
static member GetTex2VVizLoadRate : unit -> int
Return Value
Type:
Int32Remarks See Also