Skip to content

Commit

Permalink
SWIG: correctly wrap HardwareOcclusionQuery::pullOcclusionQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Sep 14, 2024
1 parent be41d2a commit 612de95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OgreMain/include/Ogre.i
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ SHARED_PTR(GpuProgramParameters);
%include "OgreBillboard.h"
%ignore Ogre::Particle::hasOwnDimensions ; // deprecated
%include "OgreParticle.h"
%apply unsigned int* OUTPUT { unsigned int* result };
%include "OgreHardwareOcclusionQuery.h"
SHARED_PTR(HardwareBuffer);
%include "OgreHardwareBuffer.h"
Expand Down

0 comments on commit 612de95

Please sign in to comment.