예제 #1
0
파일: Structs.cs 프로젝트: woychukb/urho
 static extern void RenderPathCommand_SetShaderParameter_Matrix4(ref RenderPathCommand rpc, string parameter, ref Matrix4 value);
예제 #2
0
파일: Structs.cs 프로젝트: woychukb/urho
 static extern void RenderPathCommand_SetOutput(ref RenderPathCommand rpc, int index, string name);
예제 #3
0
파일: Structs.cs 프로젝트: woychukb/urho
 static extern void RenderPathCommand_SetShaderParameter_float(ref RenderPathCommand rpc, string parameter, float value);