C:/quickbuild-1.2.13/working/root/Docs/TGEA_Offline_Docs/checkouts/engine/source/core/util/fourcc.h File Reference
Define Documentation
| #define MakeFourCC |
( |
ch0, |
|
|
ch1, |
|
|
ch2, |
|
|
ch3 |
|
) |
|
Value: ((U32)(U8)(ch0) | ((U32)(U8)(ch1) << 8) | \
((U32)(U8)(ch2) << 16) | ((U32)(U8)(ch3) << 24 ))
|