Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/CrossCompilerCommon.h |
| Include | #include "CrossCompilerCommon.h" |
Syntax
namespace CrossCompiler
{
enum
&123;
PACKED_TYPENAME_HIGHP = (int32)EPackedTypeName::HighP,
PACKED_TYPENAME_MEDIUMP = (int32)EPackedTypeName::MediumP,
PACKED_TYPENAME_LOWP = (int32)EPackedTypeName::LowP,
PACKED_TYPENAME_INT = (int32)EPackedTypeName::Int,
PACKED_TYPENAME_UINT = (int32)EPackedTypeName::Uint,
PACKED_TYPENAME_SAMPLER = (int32)EPackedTypeName::Sampler,
PACKED_TYPENAME_IMAGE = (int32)EPackedTypeName::Image,
PACKED_TYPEINDEX_HIGHP = (int32)EPackedTypeIndex::HighP,
PACKED_TYPEINDEX_MEDIUMP = (int32)EPackedTypeIndex::MediumP,
PACKED_TYPEINDEX_LOWP = (int32)EPackedTypeIndex::LowP,
PACKED_TYPEINDEX_INT = (int32)EPackedTypeIndex::Int,
PACKED_TYPEINDEX_UINT = (int32)EPackedTypeIndex::Uint,
PACKED_TYPEINDEX_SAMPLER = (int32)EPackedTypeIndex::Sampler,
PACKED_TYPEINDEX_IMAGE = (int32)EPackedTypeIndex::Image,
PACKED_TYPEINDEX_MAX = (int32)EPackedTypeIndex::Max,
&125;
}
Values
| Name | Description |
|---|---|
| PACKED_TYPENAME_HIGHP | |
| PACKED_TYPENAME_MEDIUMP | |
| PACKED_TYPENAME_LOWP | |
| PACKED_TYPENAME_INT | |
| PACKED_TYPENAME_UINT | |
| PACKED_TYPENAME_SAMPLER | |
| PACKED_TYPENAME_IMAGE | |
| PACKED_TYPEINDEX_HIGHP | |
| PACKED_TYPEINDEX_MEDIUMP | |
| PACKED_TYPEINDEX_LOWP | |
| PACKED_TYPEINDEX_INT | |
| PACKED_TYPEINDEX_UINT | |
| PACKED_TYPEINDEX_SAMPLER | |
| PACKED_TYPEINDEX_IMAGE | |
| PACKED_TYPEINDEX_MAX |
Remarks
Cross compiler support/common functionality.