gl_occlusion_culling
Occlusion Culling Sample
A sample implementation of a shader-based occlusion culling system using OpenGL
OpenGL sample for shader-based occlusion culling
536 stars
32 watching
44 forks
Language: C++
last commit: about 1 year ago occlusion-cullingopengl
Related projects:
Repository | Description | Stars |
---|---|---|
| This project demonstrates how to use the NV_command_list extension to optimize rendering performance by encoding commands into binary data and reducing CPU overhead. | 110 |
| This sample project provides an optimized screen-space ambient occlusion algorithm with caching improvements and multi-sample anti-aliasing support. | 355 |
| A sample project demonstrating various rendering approaches using OpenGL and Vulkan with threaded CAD scene rendering | 165 |
| A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
| Demonstrates super-sampled rendering in Vulkan using two implementations and compact constructor-based code | 64 |
| A simple Vulkan rendering example | 207 |
| Demonstrates rendering of CAD models using mesh shaders for high-performance rendering | 373 |
| A collection of advanced ray tracing samples showcasing OptiX's capabilities | 429 |
| This project demonstrates how to use the OptiX denoiser on Vulkan ray-traced images | 89 |
| A collection of sample applications demonstrating various OpenGL features and techniques. | 770 |
| A C++ library that abstracts the OpenGL API, providing an object-oriented interface to 3D graphics and rendering. | 414 |
| A library to reduce boilerplate OpenGL code | 18 |
| A tool to simplify GLSL code for descriptor set indexing in Vulkan | 12 |
| A C++ wrapper around the OpenGL 4.6 Core Profile for creating and managing graphics resources. | 158 |