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