C buffers used to pass the data of a single sprite

Property definitions

gamnit $ SpriteContext :: local_data_buffer
	# C buffers used to pass the data of a single sprite
	var local_data_buffer = new GLfloatArray(float_per_vertex*4) is lazy
lib/gamnit/flat/flat_core.nit:1089,2--1090,69