#include <GBuffer.hpp>
|
| GBufferT (GBufferT const &rhs)=delete |
|
GBufferT & | operator= (GBufferT const &rhs)=delete |
|
| GBufferT (GBufferT &&rhs) noexcept=default |
|
GBufferT & | operator= (GBufferT &&rhs) noexcept=default |
|
| GBufferT (crg::ResourcesCache &resources, RenderDevice const &device, castor::String name, castor::Array< Texture const *, size_t(TextureEnumT::eCount) > const &inputs, VkImageCreateFlags createFlags, castor::Size const &size, uint32_t layerCount=1u, VkSampleCountFlagBits sampleCount=VK_SAMPLE_COUNT_1_BIT) |
| Initialises 2D or 2D-Array g-buffer related stuff.
|
|
| GBufferT (crg::ResourcesCache &resources, RenderDevice const &device, castor::String name, castor::Array< Texture const *, size_t(TextureEnumT::eCount) > const &inputs, VkImageCreateFlags createFlags, VkExtent3D const &size, VkSampleCountFlagBits sampleCount=VK_SAMPLE_COUNT_1_BIT) |
| Initialises 3D g-buffer related stuff.
|
|
| ~GBufferT () noexcept |
|
void | create () const |
|
|
Texture const & | operator[] (TextureEnumT texture) const noexcept |
|
auto | cbegin () const noexcept |
|
auto | cend () const noexcept |
|
auto | begin () const noexcept |
|
auto | end () const noexcept |
|
auto | begin () noexcept |
|
auto | end () noexcept |
|
auto | size () noexcept |
|
◆ GBufferT() [1/4]
template<typename TextureEnumT >
◆ GBufferT() [2/4]
template<typename TextureEnumT >
◆ GBufferT() [3/4]
template<typename TextureEnumT >
Initialises 2D or 2D-Array g-buffer related stuff.
- Parameters
-
[in] | resources | The render graph resource handler. |
[in] | device | The GPU device. |
[in] | name | The buffer name. |
[in] | inputs | The already existing images. |
[in] | createFlags | The creation flags for images remaining to create. |
[in] | size | The g-buffer's dimensions. |
[in] | layerCount | The layers count for the g-buffer. |
[in] | sampleCount | The images samples count. |
◆ GBufferT() [4/4]
template<typename TextureEnumT >
castor3d::GBufferT< TextureEnumT >::GBufferT |
( |
crg::ResourcesCache & | resources, |
|
|
RenderDevice const & | device, |
|
|
castor::String | name, |
|
|
castor::Array< Texture const *, size_t(TextureEnumT::eCount) > const & | inputs, |
|
|
VkImageCreateFlags | createFlags, |
|
|
VkExtent3D const & | size, |
|
|
VkSampleCountFlagBits | sampleCount = VK_SAMPLE_COUNT_1_BIT ) |
|
inline |
Initialises 3D g-buffer related stuff.
- Parameters
-
[in] | resources | The render graph resource handler. |
[in] | device | The GPU device. |
[in] | name | The buffer name. |
[in] | inputs | The already existing images. |
[in] | createFlags | The creation flags for images remaining to create. |
[in] | size | The g-buffer's dimensions. |
[in] | sampleCount | The images samples count. |
◆ ~GBufferT()
template<typename TextureEnumT >
◆ begin() [1/2]
template<typename TextureEnumT >
◆ begin() [2/2]
template<typename TextureEnumT >
◆ cbegin()
template<typename TextureEnumT >
◆ cend()
template<typename TextureEnumT >
◆ create()
template<typename TextureEnumT >
◆ end() [1/2]
template<typename TextureEnumT >
◆ end() [2/2]
template<typename TextureEnumT >
◆ operator=() [1/2]
template<typename TextureEnumT >
◆ operator=() [2/2]
template<typename TextureEnumT >
◆ operator[]()
template<typename TextureEnumT >
◆ size()
template<typename TextureEnumT >
◆ m_owned
template<typename TextureEnumT >
◆ m_result
template<typename TextureEnumT >
The documentation for this class was generated from the following file: