GameTechDev / MaskedOcclusionCullingLinks
Example code for the research paper "Masked Software Occlusion Culling"; implements an efficient alternative to the hierarchical depth buffer algorithm.
☆639Updated 7 months ago
Alternatives and similar repositories for MaskedOcclusionCulling
Users that are interested in MaskedOcclusionCulling are comparing it to the libraries listed below
Sorting:
- Demonstrates a software (CPU) based approach to occllusion culling using multi-threading and SIMD instructions to improve performance.☆404Updated 2 years ago
- A sample app that demonstrates several techniques for rendering real-time shadow maps☆886Updated last week
- OpenGL sample for shader-based occlusion culling☆547Updated last year
- A real time global illumination solution that achieves glossy surfaces, diffuse reflection, specular reflection, ambient occlusion, indir…☆638Updated 4 months ago
- GPU-based Forward+ renderer☆523Updated 5 years ago
- A rendering sample that demonstrates bindless deferred texturing using D3D12☆634Updated 6 months ago
- A barebones sample application to get you jump started with DirectX Raytracing (DXR)!☆405Updated 5 years ago
- Real-time BC6H compression on GPU☆351Updated last year
- A D3D11 application for experimenting with Spherical Gaussian lightmaps☆718Updated last year
- vulkan abstraction layer that represent frame as a task graph☆418Updated 4 years ago
- A Vulkan implementation of real-time PBR renderer☆395Updated 8 years ago
- GPU texture/buffer performance tester☆623Updated 4 years ago
- ISPC Texture Compressor☆456Updated 8 months ago
- A (very) simple path tracer implemented using DirectX Ray Tracing (DXR)☆772Updated 3 months ago
- Global illumination with Voxel Cone Tracing in fully dynamic scenes using a 3D clipmap to support huge areas around the camera while main…☆400Updated 2 years ago
- Adaptive Screen Space Ambient Occlusion☆248Updated 2 years ago
- Forward+ renderer in Vulkan using Compute Shader. An Upenn CIS565 final project.☆682Updated 8 years ago
- optimized screen-space ambient occlusion, cache-aware hbao☆362Updated last year
- Chop 3D objects to meshlets☆437Updated 2 years ago
- Clustered shading implementation with bgfx☆451Updated 2 years ago
- SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.☆766Updated 3 weeks ago
- Experimentation framework for probe-based lighting☆425Updated last year
- A real-time global illumination implementation using voxel cone tracing. Implemented in C++ and GLSL.☆831Updated 4 months ago
- Deferred Vulkan rendering playground using Crytek's Sponza scene☆185Updated 6 years ago
- ☆476Updated 2 years ago
- Rendering abstraction which describes a frame as a directed acyclic graph of render tasks and resources.☆553Updated 6 years ago
- MSAA and Temporal AA Sample☆337Updated 4 years ago
- Shader cross compiler to translate HLSL (Shader Model 4 and 5) to GLSL☆359Updated 5 years ago
- DirectX 11 Renderer written in C++11☆289Updated 4 years ago
- This OpenGL/Vulkan sample illustrates the use of "mesh shaders" for rendering CAD models.☆409Updated last year