From Paul Martz, "A recent change to add the new geometry shader primitive types has broken the build on Windows. On Windows, those types are declared in the header GL2Extensions, but the PrimitiveSet header (which uses those types) fails to include that header, causing compile errors.
Attached is a version of PrimitiveSet that includes GL2Extensions."
This commit is contained in:
parent
98b36d202c
commit
f479eb174c
@ -24,6 +24,7 @@
|
||||
#include <osg/Vec3d>
|
||||
#include <osg/Vec4d>
|
||||
#include <osg/MixinVector>
|
||||
#include <osg/GL2Extensions>
|
||||
|
||||
#include <osg/BufferObject>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user