Skip to content

Demo D3D11 application for Forward+ light culling and shading

License

Notifications You must be signed in to change notification settings

janos-ijgyarto/forward-plus-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forward+ Demo

D3D11 application that demonstrates Forward+ light culling and shading techniques.

The app generates a random layout of point and spot lights, along with some 3D primitives to help observe the results. The lights also have debug rendering to show their position and range.

The main goal, besides getting it to work at all, was to see if a relatively efficient implementation can be achieved without advanced compute shader features (e.g atomics)

Huge thanks to Themaister for the blog and the code which inspired this work.

About

Demo D3D11 application for Forward+ light culling and shading

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published