gl_commandlist_basic

Scene renderer

A sample project demonstrating the use of NV_command_list to render a basic scene with texture rendering using ARB_bindless_texture.

OpenGL sample for NV_command_list

GitHub

111 stars
24 watching
11 forks
Language: C++
last commit: 10 months ago
Linked from 1 awesome list

nvidiaopengl

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
nvpro-samples/gl_vk_bk3dthreaded A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads 84
nvpro-samples/gl_occlusion_culling A sample implementation of a shader-based occlusion culling system using OpenGL 533
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_chopper A simple Vulkan rendering example 206
nvpro-samples/optix_advanced_samples A collection of advanced ray tracing samples showcasing OptiX's capabilities 428
nvpro-samples/gl_vk_meshlet_cadscene Demonstrates rendering of CAD models using mesh shaders for high-performance rendering 363
nvpro-samples/gl_vk_supersampled Demonstrates super-sampled rendering in Vulkan using two implementations and compact constructor-based code 64
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
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
max397574/colortils.nvim A utility library for working with colors in Neovim 397
g-truc/ogl-samples A collection of examples showcasing OpenGL graphics and programming techniques 770
rougier/freetype-gl An OpenGL library for rendering Unicode text with a single texture and vertex buffer. 1,644
nvpro-samples/vk_denoise This project demonstrates how to use the OptiX denoiser on Vulkan ray-traced images 90
acdemiralp/gl A C++ wrapper around the OpenGL 4.6 Core Profile for creating and managing graphics resources. 158