Beispiel #1
0
func (t *Texture) Bind3(mat *material.Material) {
	mat.Use()
	t.data.Bind()
}