Cg.cgGetLastListing Method
Gets the compiler output from the results of the most recent program compilation for the given Cg context.
[Visual Basic]
Public Shared Function cgGetLastListing( _
ByVal
context As
IntPtr _
) As
String
[C#]
public static
string cgGetLastListing(
IntPtr context);
Parameters
-
context
- Handle to the context to query.
Return Value
String representing compiler output from last program compiled.
See Also
Cg Class | Tao.Cg Namespace