示例#1
0
func (c *Context) EndFrame() {
	C.nvgEndFrame(c.ctx)
}
示例#2
0
文件: blendish.go 项目: james4k/exp
func EndFrame() {
	C.nvgEndFrame(vg)
}