예제 #1
0
파일: hge.go 프로젝트: losinggeneration/hge
func (h *HGE) Target_GetTexture(target gfx.Target) *gfx.Texture {
	return target.Texture()
}
예제 #2
0
파일: hge.go 프로젝트: losinggeneration/hge
func (h *HGE) Target_Free(target *gfx.Target) {
	target.Free()
}