Add initial prototype.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
with
|
||||
openGL.Buffer.general;
|
||||
|
||||
package openGL.Buffer.normals is new openGL.Buffer.general (base_Object => Buffer.array_Object,
|
||||
Index => Index_t,
|
||||
Element => Normal,
|
||||
Element_Array => Normals);
|
||||
Reference in New Issue
Block a user