Tao.OpenAl SDK Documentation |
|
Al.alGetDoublev Method (Int32, IntPtr)
Retrieves a double precision floating point OpenAL state.
[Visual Basic]
Overloads Public Shared Sub alGetDoublev( _
ByVal
state As
Integer, _
ByVal
output As
IntPtr _
)
Parameters
-
state
- The state to be queried.
-
output
- A pointer to the location where the state will be stored.
Remarks
There aren?’t any double precision floating point states defined at the time of this writing, so this function will always generate the error AL_INVALID_ENUM.
See Also
Al Class | Tao.OpenAl Namespace | Al.alGetDoublev Overload List