C语言 __TIME__
C语言 __TIME__ - ANSI C 定义了许多宏。在编程中您可以使用这些宏,但是不能直接修改这些预定义的宏。 __DATE__ 当前日期,一个以 “MMM DD YYYY” 格式表示的字符串常量。 __TIME__ 当前时间...
AVFoundation – AVVideoComposition AVMutableVideoComposition 管理所有视频轨道
AVFoundation – AVVideoComposition AVMutableVideoComposition 管理所有视频轨道 - AVFoundation 类 API 中最核心的类是 AVVideoComposition / AVMutableVideoComposition 。 AVVideoComposit...
GPUImage – 色彩直方图 GPUImageHistogramFilter
GPUImage - 色彩直方图 GPUImageHistogramFilter - GPUImage 共 125 个滤镜, 分为四类 1、Color adjustments : 31 filters , 颜色处理相关 2、Image processing : 40 filters , 图像处理相关. 3...
IOS – OpenGL ES GPUImage 黑白色调模糊 GPUImageOpeningFilter
GPUImage - 设置黑白色调模糊 GPUImageOpeningFilter- GPUImage 共 125 个滤镜, 分为四类 1、Color adjustments : 31 filters , 颜色处理相关 2、Image processing : 40 filters , 图像处理相关...
OpenGL ES EGL eglChooseConfig 兼容问题
OpenGL ES EGL eglChooseConfig 兼容问题 - EGLNativeDisplayType - 系统显示类型,标识你所开发设备的物理屏幕,DX/OPenGL ES/Metal/Vulkan.... EGLNativeWindowType - 系统窗口,渲染显示的窗...
C语言 函数声明和调用
C语言 函数声明和调用 - 函数声明只是一个空壳,不会有具体的函数实现,而定义要实现函数的实现 函数在调用之前必须声明或者定义,否则会报错:找不到标识符,这也是为什么hello world中调用 pri...













