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

GitHub

534 stars
32 watching
44 forks
Language: C++
last commit: 11 months ago
occlusion-cullingopengl

Related projects:

Repository Description Stars
nvpro-samples/gl_commandlist_basic This sample demonstrates how to use the NV_command_list extension to render a basic scene and perform texturing with ARB_bindless_texture. 110
nvpro-samples/gl_ssao This sample project provides an optimized screen-space ambient occlusion algorithm with caching improvements and multi-sample anti-aliasing support. 355
nvpro-samples/gl_vk_threaded_cadscene A sample project demonstrating various rendering approaches using OpenGL and Vulkan with threaded CAD scene rendering 164
nvpro-samples/gl_vk_bk3dthreaded A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads 84
nvpro-samples/gl_vk_supersampled Demonstrates super-sampled rendering in Vulkan using two implementations and compact constructor-based code 64
nvpro-samples/gl_vk_chopper A simple Vulkan rendering example 207
nvpro-samples/gl_vk_meshlet_cadscene Demonstrates rendering of CAD models using mesh shaders for high-performance rendering 369
nvpro-samples/optix_advanced_samples A collection of advanced ray tracing samples showcasing OptiX's capabilities 429
nvpro-samples/vk_denoise This project demonstrates how to use the OptiX denoiser on Vulkan ray-traced images 89
g-truc/ogl-samples A collection of OpenGL-related code samples to demonstrate various techniques and features. 770
overv/oogl A C++ library that abstracts the OpenGL API, providing an object-oriented interface to 3D graphics and rendering. 414
binary1248/gls A library to reduce boilerplate OpenGL code 18
nvpro-samples/glsl_indexed_types_generator A tool to simplify GLSL code for descriptor set indexing in Vulkan 12
acdemiralp/gl A C++ wrapper around the OpenGL 4.6 Core Profile for creating and managing graphics resources. 158