Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Stage 1. Render foundation

Past due by almost 3 years 30% complete

Setup core structure and primitives for simple 3d rendering of render object.
Must be capable for rendering arbitrary 3d geometry by graphics pipelines usage.

Core objects

  • Render view
  • Render queue
  • Graphics pipeline
  • Graphics pipeline stage
  • Aux draw manager

Core resources

  • Shader
  • Texture
  • Material
  • Mesh
  • Font

Core stages

  • HDR and color correction
  • Bloom
  • Dept…

Setup core structure and primitives for simple 3d rendering of render object.
Must be capable for rendering arbitrary 3d geometry by graphics pipelines usage.

Core objects

  • Render view
  • Render queue
  • Graphics pipeline
  • Graphics pipeline stage
  • Aux draw manager

Core resources

  • Shader
  • Texture
  • Material
  • Mesh
  • Font

Core stages

  • HDR and color correction
  • Bloom
  • Depth pre-pass
Loading