Exemple #1
0
 public static extern int SDL_GetTextureAlphaMod(
     Texture texture,
     out byte alpha
     );
Exemple #2
0
 public static extern int SDL_LockTexture(
     Texture texture,
     in Rect rect,
Exemple #3
0
 public static extern int SDL_GetTextureBlendMode(
     Texture texture,
     out BlendMode blendMode
     );
Exemple #4
0
 public static extern int SDL_GetTextureColorMod(
     Texture texture,
     out byte r,
     out byte g,
     out byte b
     );
Exemple #5
0
 public void Copy(
     Texture texture,
     in Rect dst,