SoCpuBufferUniformGetLongRealSize Method |
Note: This API is now obsolete.
Returns the real size of the buffer in bytes.
Namespace: OIV.LDM.TilesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use GetRealSize() instead.")]
public ulong GetLongRealSize()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use GetRealSize() instead.")>
Public Function GetLongRealSize As ULong
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use GetRealSize() instead.")]
unsigned long long GetLongRealSize()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use GetRealSize() instead.")>]
member GetLongRealSize : unit -> uint64
Return Value
Type:
UInt64
Remarks
See Also