Tao.Cg SDK Documentation
Cg.cgCreateEffectFromFile Method
[Visual Basic]
Public Shared Function cgCreateEffectFromFile( _
ByVal
ctx
As
IntPtr
, _
ByVal
filename
As
String
, _
ByVal
args
As
String()
_
) As
IntPtr
[C#]
public static
IntPtr
cgCreateEffectFromFile(
IntPtr
ctx
,
string
filename
,
string[]
args
);
See Also
Cg Class
|
Tao.Cg Namespace