Cześć. Mam problem, jak stworzyć tablicę o nieznanej liczbie elementów w strukturze? Jak robię coś takiego to mi wyskakuje błąd: 'VerticesFigures::vertices': array bound cannot be deduced from an in-class initializer
struct VerticesFigures { GLfloat vertices[] = { 1, 2, 3 }; };