Lugdunum
0.1.0
|
#include <SkyBox.hpp>
Public Member Functions | |
SkyBox (Renderer &renderer) | |
SkyBox (const SkyBox &)=delete | |
SkyBox (SkyBox &&)=delete | |
SkyBox & | operator= (const SkyBox &)=delete |
SkyBox & | operator= (SkyBox &&)=delete |
~SkyBox ()=default | |
void | setName (const std::string &name) |
Sets the name. More... | |
void | setMagFilter (Render::Texture::Filter magFilter) |
void | setMinFilter (Render::Texture::Filter minFilter) |
void | setMipMapFilter (Render::Texture::Filter mipMapFilter) |
void | setWrapS (Render::Texture::WrappingMode wrapS) |
void | setWrapT (Render::Texture::WrappingMode wrapT) |
void | setWrapW (Render::Texture::WrappingMode wrapW) |
void | setBackgroundFilename (const std::string &filename) |
void | setEnvironnementFilename (const std::string &filename) |
Resource::SharedPtr< Render::SkyBox > | build () |
Friends | |
Resource::SharedPtr< lug::Graphics::Render::SkyBox > | lug::Graphics::Vulkan::Builder::SkyBox::build (const ::lug::Graphics::Builder::SkyBox &) |
Definition at line 19 of file SkyBox.hpp.
|
explicit |
Definition at line 9 of file SkyBox.cpp.
|
delete |
|
delete |
|
default |
void lug::Graphics::Builder::SkyBox::setName | ( | const std::string & | name | ) |
Sets the name.
[in] | name | The name of the mesh. |
|
inline |
Definition at line 5 of file SkyBox.inl.
|
inline |
Definition at line 9 of file SkyBox.inl.
|
inline |
Definition at line 13 of file SkyBox.inl.
|
inline |
Definition at line 17 of file SkyBox.inl.
|
inline |
Definition at line 21 of file SkyBox.inl.
|
inline |
Definition at line 25 of file SkyBox.inl.
|
inline |
Definition at line 29 of file SkyBox.inl.
|
inline |
Definition at line 33 of file SkyBox.inl.
Resource::SharedPtr< Render::SkyBox > lug::Graphics::Builder::SkyBox::build | ( | ) |
Definition at line 11 of file SkyBox.cpp.
|
friend |
|
protected |
Definition at line 51 of file SkyBox.hpp.
|
protected |
Definition at line 53 of file SkyBox.hpp.
|
protected |
Definition at line 55 of file SkyBox.hpp.
|
protected |
Definition at line 56 of file SkyBox.hpp.
|
protected |
Definition at line 57 of file SkyBox.hpp.
|
protected |
Definition at line 59 of file SkyBox.hpp.
|
protected |
Definition at line 60 of file SkyBox.hpp.
|
protected |
Definition at line 61 of file SkyBox.hpp.
|
protected |
Definition at line 63 of file SkyBox.hpp.
|
protected |
Definition at line 64 of file SkyBox.hpp.