SoVolumeDataSetTexMemorySize Method |
Note: This API is now obsolete.
Specifies the maximum texture memory size to use in mega texels.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("No longer used. Please use SoLDMRessourceParameter maxTexMemory field.")]
public void SetTexMemorySize(
int size
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("No longer used. Please use SoLDMRessourceParameter maxTexMemory field.")>
Public Sub SetTexMemorySize (
size As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"No longer used. Please use SoLDMRessourceParameter maxTexMemory field.")]
void SetTexMemorySize(
int size
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("No longer used. Please use SoLDMRessourceParameter maxTexMemory field.")>]
member SetTexMemorySize :
size : int -> unit
Parameters
- size
- Type: SystemInt32
Remarks64 is the default.Obsoletesince Open Inventor 9000.
No longer used. Please use SoLDMRessourceParameter maxTexMemory field.
See Also