Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon > API/Developer/ShaderCompilerCommon/FSpirv
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSpirvConstIterator end () |
Returns a constant iterator to the end of this SPIR-V module. | SpirvCommon.h | |
FSpirvIterator end () |
Returns an iterator to the end of this SPIR-V module. | SpirvCommon.h |
end()
Description
Returns a constant iterator to the end of this SPIR-V module.
| Name | end |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/SpirvCommon.h |
| Include Path | #include "SpirvCommon.h" |
FSpirvConstIterator end() const
end()
Description
Returns an iterator to the end of this SPIR-V module.
| Name | end |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/SpirvCommon.h |
| Include Path | #include "SpirvCommon.h" |
FSpirvIterator end()