Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15
ogre
ogre-1.9.0-texturearray-ambig-uint.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ogre-1.9.0-texturearray-ambig-uint.patch of Package ogre
From: Rene van Paassen <Rene.vanPaassen@gmail.com> Date: 2014-03-11 16:34:05 +0100 Subject: uint in Texturearray.h is seen as ambiguous for gcc 4.3 References: Upstream: no SLES-specific, explicitly give uint namespace Index: sinbad-ogre-dd30349ea667/Samples/TextureArray/include/TextureArray.h =================================================================== --- sinbad-ogre-dd30349ea667.orig/Samples/TextureArray/include/TextureArray.h +++ sinbad-ogre-dd30349ea667/Samples/TextureArray/include/TextureArray.h @@ -87,7 +87,7 @@ protected: TexturePtr tex = TextureManager::getSingleton().createManual("TextureArrayTex", ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME, TEX_TYPE_2D_ARRAY, - 512, 512, (uint)texNames.size(), + 512, 512, (Ogre::uint)texNames.size(), 0, PF_X8R8G8B8 );
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor