API Documentation
PostProcessingLib.h
1 // PostProcessingLib.h
3 //
5 
6 namespace nkAstraeus
7 {
11  class PostProcessingLib final
12  {
13  public :
14 
15  // Sources
34  } ;
35 }
nkAstraeus::PostProcessingLib
Shader program helping sources to handle post processing passes.
Definition: PostProcessingLib.h:12
nkAstraeus::PostProcessingLib::nkPostProcessDefaultVertex
static nkMemory::StringView nkPostProcessDefaultVertex()
nkAstraeus
Encompasses all API of component NilkinsAstraeus.
Definition: BlurComplexEffect.h:7
nkMemory::StringView
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22