SpiecsEngine
 
Loading...
Searching...
No Matches

◆ PostProcessRenderer()

Spices::PostProcessRenderer::PostProcessRenderer ( const std::string & rendererName,
VulkanState & vulkanState,
const std::shared_ptr< VulkanDescriptorPool > & descriptorPool,
const std::shared_ptr< VulkanDevice > & device,
const std::shared_ptr< RendererResourcePool > & rendererResourcePool )
inline

Constructor Function. Init member variables.

Parameters
[in]rendererNameThe name of this Renderer.
[in]vulkanStateThe core vulkan objects that in use.
[in]descriptorPoolThe DescriptorPool.
[in]deviceThe VulkanDevice, used for format query.
[in]rendererResourcePoolThe RendererResourcePool, RT Pool.

Definition at line 30 of file PostProcessRenderer.h.

37 : Renderer(rendererName, vulkanState, descriptorPool, device, rendererResourcePool)
38 {}
Renderer(const std::string &rendererName, VulkanState &vulkanState, const std::shared_ptr< VulkanDescriptorPool > &DescriptorPool, const std::shared_ptr< VulkanDevice > &device, const std::shared_ptr< RendererResourcePool > &rendererResourcePool, bool isLoadDefaultMaterial=true)
Constructor Function. Init member variables.
Definition Renderer.cpp:16

References Spices::Renderer::Renderer().