mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-11 14:43:34 +00:00
initial commit
This commit is contained in:
15
ScopEngine/Runtime/Includes/Renderer/RenderPasses/ForwardPass.h
git.filemode.normal_file
15
ScopEngine/Runtime/Includes/Renderer/RenderPasses/ForwardPass.h
git.filemode.normal_file
@@ -0,0 +1,15 @@
|
||||
#ifndef __SCOP_FORWARD_PASS__
|
||||
#define __SCOP_FORWARD_PASS__
|
||||
|
||||
namespace Scop
|
||||
{
|
||||
class ForwardPass
|
||||
{
|
||||
public:
|
||||
ForwardPass() = default;
|
||||
void Pass(class Scene& scene, class Renderer& renderer, class Texture& render_target);
|
||||
~ForwardPass() = default;
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user