sdl - 什么是SDL中的Blit?

标签 sdl blit

在SDL Wiki中说

Use this function to perform a fast blit from the source surface to the destination surface.



但这对我没有多大帮助。

在这种情况下,表面渗色一词是什么意思?

最佳答案

基本上,这意味着将图像从一个表面复制到另一个表面-可能会裁剪并移动。

关于sdl - 什么是SDL中的Blit?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3700610/

相关文章:

sdl - 为什么我得到 : Error: undefined identifier SDL_SetVideoMode when compiling SDL2 on DMD2

c++ - SDL_BlitSurface 分割错误

python - 如何加载和blit图像Python

ocaml - 有关于 OCaml Sdl 的文档吗?

使用 SDL_Rect 创建多个矩形

c++ - 如何从基于 native 事件的项目链接到Android Studio中的SDL2?

python - 如何使用带 blit=True 的 FuncAnimation 为 Poly3DCollection 设置动画?

python - 使用 PyGame 对存储在元组中的 pygame.Surface 进行位 block 传输

c++ - 设置每个像素的最快方法

python - 如何在 Python 中找到带有字符串列表的预先存在的变量?