Skip to content

File Renderer.cpp

FileList > render > Renderer.cpp

Go to the source code of this file

  • #include "Renderer.h"
  • #include "SDFField.h"
  • #include "SceneManager.h"
  • #include "Input.h"
  • #include "shaders/ComputeShader.h"
  • #include "xdz_math.h"
  • #include "events/EditorEvents.h"
  • #include "../app/Window.h"

Public Functions

Type Name
void RenderShadowMap (Light * light, ShadowSystem & shadow_sys, Scene::ResPool< Mesh > mesh_list, const RenderConfigs & config)

Public Functions Documentation

function RenderShadowMap

void RenderShadowMap (
    Light * light,
    ShadowSystem & shadow_sys,
    Scene::ResPool < Mesh > mesh_list,
    const RenderConfigs & config
) 


The documentation for this class was generated from the following file src/render/Renderer.cpp