An open API service indexing awesome lists of open source software.

https://github.com/nvpro-samples/gl_vk_supersampled

Vulkan sample showing a high quality super-sampled rendering
https://github.com/nvpro-samples/gl_vk_supersampled

opengl super-resolution vulkan

Last synced: 9 months ago
JSON representation

Vulkan sample showing a high quality super-sampled rendering

Awesome Lists containing this project

README

          

# DEPRECATED

This sample is from earlier versions of the Vulkan API and we do not recommend it anymore.

# Super-sampled rendering in Vulkan

This sample show a Vulkan implementation of the super-sampled technique explained here:

http://developer.download.nvidia.com/SDK/10.5/opengl/src/FroggyAA/doc/FroggyAA.pdf

The source code contains two implementations:

* OpenGL original implementation
* Vulkan implementation

This sample shows also a way to write Vulkan code in a rather more compact fashion: by using constructors and functors. Details of this part are in NVK.cpp.

![Example](https://github.com/nvpro-samples/gl_vk_supersampled/blob/master/doc/sample.jpg)