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