mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 14:57:59 +03:00
Imported Upstream version 0.26.0
This commit is contained in:
commit
9a2b6c69b6
1398 changed files with 212217 additions and 0 deletions
27
extern/shiny/Platforms/Ogre/OgreTextureUnitState.hpp
vendored
Normal file
27
extern/shiny/Platforms/Ogre/OgreTextureUnitState.hpp
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
#ifndef SH_OGRETEXTUREUNITSTATE_H
|
||||
#define SH_OGRETEXTUREUNITSTATE_H
|
||||
|
||||
#include <OgreTextureUnitState.h>
|
||||
|
||||
#include "../../Main/Platform.hpp"
|
||||
|
||||
namespace sh
|
||||
{
|
||||
class OgrePass;
|
||||
|
||||
class OgreTextureUnitState : public TextureUnitState
|
||||
{
|
||||
public:
|
||||
OgreTextureUnitState (OgrePass* parent, const std::string& name);
|
||||
|
||||
virtual void setTextureName (const std::string& textureName);
|
||||
|
||||
private:
|
||||
Ogre::TextureUnitState* mTextureUnitState;
|
||||
|
||||
protected:
|
||||
virtual bool setPropertyOverride (const std::string &name, PropertyValuePtr& value, PropertySetGet* context);
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue