Exemplo n.º 1
0
 static extern void sfString_SetBlendMode(IntPtr This, BlendMode Mode);
Exemplo n.º 2
0
 static extern void sfSprite_SetBlendMode(IntPtr This, BlendMode Mode);
Exemplo n.º 3
0
 ////////////////////////////////////////////////////////////
 /// <summary>
 /// Construct a default set of render states with a custom blend mode
 /// </summary>
 /// <param name="blendMode">Blend mode to use</param>
 ////////////////////////////////////////////////////////////
 public RenderStates(BlendMode blendMode) :
     this(blendMode, Transform.Identity, null, null)
 {
 }