Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon > API/Developer/ShaderCompilerCommon/FHlslccHeaderWriter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void WriteInputAttribute
(
const SpvReflectInterfaceVariable& Attribute |
HlslccHeaderWriter.h | ||
void WriteInputAttribute
(
const TCHAR* AttributeName, |
HlslccHeaderWriter.h |
WriteInputAttribute(const SpvReflectInterfaceVariable &)
| Name | WriteInputAttribute |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/HlslccHeaderWriter.h |
| Include Path | #include "HlslccHeaderWriter.h" |
| Source | /Engine/Source/Developer/ShaderCompilerCommon/Private/HlslccHeaderWriter.cpp |
void WriteInputAttribute
(
const SpvReflectInterfaceVariable & Attribute
)
WriteInputAttribute(const TCHAR , const TCHAR , int32, bool, bool)
| Name | WriteInputAttribute |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/HlslccHeaderWriter.h |
| Include Path | #include "HlslccHeaderWriter.h" |
| Source | /Engine/Source/Developer/ShaderCompilerCommon/Private/HlslccHeaderWriter.cpp |
void WriteInputAttribute
(
const TCHAR * AttributeName,
const TCHAR * TypeSpecifier,
int32 Location,
bool bLocationPrefix,
bool bLocationSuffix
)