Skip to content

Commit

Permalink
SWIG: correctly wrap getCustomAttribute output *void for Csharp
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Nov 18, 2024
1 parent a1ee84b commit ddc01cd
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 @@ -586,6 +586,7 @@ SHARED_PTR(StringInterface);
%include "OgreResource.h"
SHARED_PTR(Texture);
%ignore Ogre::Texture::setTreatLuminanceAsAlpha;
%apply void* OUTPUT { void* pData };
%include "OgreTexture.h"
SHARED_PTR(GpuProgram);
%ignore Ogre::GpuProgram::setAdjacencyInfoRequired;
Expand Down

0 comments on commit ddc01cd

Please sign in to comment.