RAMSES Documentation  27.0.130
Information for RAMSES users and developers
TextureSamplerExternal.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // Copyright (C) 2023 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_TEXTURESAMPLEREXTERNAL_H
10 #define RAMSES_TEXTURESAMPLEREXTERNAL_H
11 
13 
14 namespace ramses
15 {
21  {
22  public:
26  class TextureSamplerImpl& impl;
27 
28  protected:
32  friend class SceneImpl;
33 
39  explicit TextureSamplerExternal(TextureSamplerImpl& pimpl);
40 
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::TextureSamplerExternal is used to sample from external textures data when bound to a rams...
Definition: TextureSamplerExternal.h:21
virtual ~TextureSamplerExternal()
Destructor of the TextureSamplerExternal.
class TextureSamplerImpl & impl
Definition: TextureSamplerExternal.h:26
TextureSamplerExternal(TextureSamplerImpl &pimpl)
Constructor for TextureSamplerExternal.
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15