RAMSES Documentation  27.0.130
Information for RAMSES users and developers
TextureSamplerMS.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // Copyright (C) 2020 BMW AG
3 // -------------------------------------------------------------------------
4 // This Source Code Form is subject to the terms of the Mozilla Public
5 // License, v. 2.0. If a copy of the MPL was not distributed with this
6 // file, You can obtain one at https://mozilla.org/MPL/2.0/.
7 // -------------------------------------------------------------------------
8 
9 #ifndef RAMSES_TEXTURESAMPLERMS_H
10 #define RAMSES_TEXTURESAMPLERMS_H
11 
13 
14 namespace ramses
15 {
21  {
22  public:
26  class TextureSamplerImpl& impl;
27 
28  protected:
32  friend class SceneImpl;
33 
39  explicit TextureSamplerMS(TextureSamplerImpl& pimpl);
40 
44  virtual ~TextureSamplerMS();
45  };
46 }
47 
48 #endif
#define RAMSES_API
Definition: APIExport.h:35
The SceneObject is a base class for all client API objects owned by a Scene.
Definition: SceneObject.h:20
The ramses::TextureSamplerMS is used to sample multisampled data when bound to a ramses::Appearance u...
Definition: TextureSamplerMS.h:21
class TextureSamplerImpl & impl
Definition: TextureSamplerMS.h:26
virtual ~TextureSamplerMS()
Destructor of the TextureSamplerMS.
TextureSamplerMS(TextureSamplerImpl &pimpl)
Constructor for TextureSamplerMS.
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15