gl_commandlist_basic

Command encoder sample

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.

OpenGL sample for NV_command_list

GitHub

110 stars
24 watching
11 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list

nvidiaopengl

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
nvpro-samples/gl_vk_bk3dthreadedA sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads84
nvpro-samples/gl_occlusion_cullingA sample implementation of a shader-based occlusion culling system using OpenGL536
nvpro-samples/gl_vk_threaded_cadsceneA sample project demonstrating various rendering approaches using OpenGL and Vulkan with threaded CAD scene rendering165
nvpro-samples/gl_vk_chopperA simple Vulkan rendering example207
nvpro-samples/optix_advanced_samplesA collection of advanced ray tracing samples showcasing OptiX's capabilities429
nvpro-samples/gl_vk_meshlet_cadsceneDemonstrates rendering of CAD models using mesh shaders for high-performance rendering373
nvpro-samples/gl_vk_supersampledDemonstrates super-sampled rendering in Vulkan using two implementations and compact constructor-based code64
nvpro-samples/gl_ssaoThis sample project provides an optimized screen-space ambient occlusion algorithm with caching improvements and multi-sample anti-aliasing support.355
binary1248/glsA library to reduce boilerplate OpenGL code18
nvpro-samples/glsl_indexed_types_generatorA tool to simplify GLSL code for descriptor set indexing in Vulkan12
max397574/colortils.nvimA utility library for working with colors in Neovim400
g-truc/ogl-samplesA collection of sample applications demonstrating various OpenGL features and techniques.770
rougier/freetype-glAn OpenGL library for rendering Unicode text with a single texture and vertex buffer.1,652
nvpro-samples/vk_denoiseThis project demonstrates how to use the OptiX denoiser on Vulkan ray-traced images89
acdemiralp/glA C++ wrapper around the OpenGL 4.6 Core Profile for creating and managing graphics resources.158