gl_vk_supersampled
Super-sampling
Demonstrates super-sampled rendering in Vulkan using two implementations and compact constructor-based code
Vulkan sample showing a high quality super-sampled rendering
64 stars
17 watching
17 forks
Language: C++
last commit: 5 months ago
Linked from 1 awesome list
openglsuper-resolutionvulkan
Related projects:
Repository | Description | Stars |
---|---|---|
| A sample Vulkan and OpenGL application demonstrating 3D rendering with worker threads | 84 |
| A simple Vulkan rendering example | 207 |
| A sample project demonstrating various rendering approaches using OpenGL and Vulkan with threaded CAD scene rendering | 165 |
| This project demonstrates how to use the OptiX denoiser on Vulkan ray-traced images | 89 |
| 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 |
| A sample implementation of a shader-based occlusion culling system using OpenGL | 536 |
| A collection of sample applications demonstrating the Vulkan API | 498 |
| Demonstrates rendering of CAD models using mesh shaders for high-performance rendering | 373 |
| This sample project provides an optimized screen-space ambient occlusion algorithm with caching improvements and multi-sample anti-aliasing support. | 355 |
| Demonstrates basic integration of ray tracing and ray traversal in Vulkan using the VK_KHR_ray_tracing_pipeline extension | 1,417 |
| A collection of advanced ray tracing samples showcasing OptiX's capabilities | 429 |
| A collection of sample applications demonstrating the use of SharpVk for rendering graphics using the Vulkan API in C#. | 26 |
| A tool to simplify GLSL code for descriptor set indexing in Vulkan | 12 |
| An experimental high-level abstraction library on top of Vulkan | 325 |
| Provides a set of graphics samples using the Vulkan API and Magma library for demonstration purposes. | 43 |