HDK
|
Go to the source code of this file.
Classes | |
class | GenOptions |
Enumerations | |
enum | ShaderInterfaceType { SHADER_INTERFACE_COMPLETE, SHADER_INTERFACE_REDUCED } |
Type of shader interface to be generated. More... | |
enum | HwSpecularEnvironmentMethod { SPECULAR_ENVIRONMENT_NONE, SPECULAR_ENVIRONMENT_FIS, SPECULAR_ENVIRONMENT_PREFILTER } |
Method to use for specular environment lighting. More... | |
enum | HwDirectionalAlbedoMethod { DIRECTIONAL_ALBEDO_ANALYTIC, DIRECTIONAL_ALBEDO_TABLE, DIRECTIONAL_ALBEDO_MONTE_CARLO } |
Method to use for directional albedo evaluation. More... | |
enum | HwTransmissionRenderMethod { TRANSMISSION_REFRACTION, TRANSMISSION_OPACITY } |
Method to use for transmission rendering. More... | |
Shader generation options class
Definition in file GenOptions.h.
Method to use for directional albedo evaluation.
Definition at line 51 of file GenOptions.h.
Method to use for specular environment lighting.
Definition at line 36 of file GenOptions.h.
Method to use for transmission rendering.
Enumerator | |
---|---|
TRANSMISSION_REFRACTION |
Use a refraction approximation for transmission rendering. |
TRANSMISSION_OPACITY |
Use opacity for transmission rendering. |
Definition at line 64 of file GenOptions.h.
enum ShaderInterfaceType |
Type of shader interface to be generated.
Definition at line 19 of file GenOptions.h.