Beispiel #1
0
func (h *HGE) Texture_Lock(tex gfx.Texture, a ...interface{}) *hge.Dword {
	return tex.Lock(a...)
}