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: 2024.2.2.0 (10.16.2.0)
Syntax[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use int SoLDMGlobalResourceParameters::getTex2LoadRate() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static int GetTex2VVizLoadRate()
<ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use int SoLDMGlobalResourceParameters::getTex2LoadRate() instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function GetTex2VVizLoadRate As Integer
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 10.0.0.0. Use int SoLDMGlobalResourceParameters::getTex2LoadRate() instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static int GetTex2VVizLoadRate()
[<ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use int SoLDMGlobalResourceParameters::getTex2LoadRate() instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member GetTex2VVizLoadRate : unit -> int
Return Value
Type:
Int32
Remarks
See Also