'宣言 Public Overloads Function GetData(Of T As {New, Struct})( _ ByVal data As Asynchronous, _ ByVal flags As AsynchronousFlags, _ ByRef result As T _ ) As System.Boolean
public System.bool GetData<T>( Asynchronous data, AsynchronousFlags flags, out T result ) where T: new(), struct
パラメータ
- data
- The asynchronous data provider.
- flags
- Flags specifying how the command should operate.
- result
- The data retrieved from the GPU.
型パラメータ
- T
戻り値の型
True if result contains valid data, false otherwise.