Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon
Shader input/output parameter storage classes. Naming adopted from SPIR-V nomenclature.
| Name | EShaderParameterStorageClass |
| Type | enum |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderCompilerCommon.h |
| Include Path | #include "ShaderCompilerCommon.h" |
Syntax
enum EShaderParameterStorageClass
{
Input,
Output,
}
Values
| Name | Remarks |
|---|---|
| Input | |
| Output |