示例#1
0
 public static int SDL_GetRenderDrawBlendMode(IntPtr renderer, ref SDL_blendmode.SDL_BlendMode blendMode) => s_SDL_GetRenderDrawBlendMode_IntPtr_SDL_BlendMode_t(renderer, ref blendMode);
示例#2
0
 public static int SDL_GetTextureBlendMode(IntPtr texture, ref SDL_blendmode.SDL_BlendMode blendMode) => s_SDL_GetTextureBlendMode_IntPtr_SDL_BlendMode_t(texture, ref blendMode);