CrossCompiler::

Cross compiler support/common functionality.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/CrossCompilerCommon.h

Include

#include "CrossCompilerCommon.h"

Syntax

namespace CrossCompiler
{
    enum
    {
        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     = 's',
        PACKED_TYPENAME_IMAGE       = 'g',
        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_MAX        = (int32)EPackedTypeIndex::Max,
    }
}

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_MAX

Remarks

Cross compiler support/common functionality.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss