Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Vulkan sample showing a high quality super-sampled rendering

License

Notifications You must be signed in to change notification settings

nvpro-samples/gl_vk_supersampled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vulkan sample showing a high quality super-sampled rendering

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published