ezEngine Release 26.3
Loading...
Searching...
No Matches
ezMeshBufferUtils Member List

This is the complete list of members for ezMeshBufferUtils, including all inherited members.

DecodeBoneWeights(ezConstByteArrayPtr source, ezGALResourceFormat::Enum sourceFormat, ezVec4 &out_vDestWeights)ezMeshBufferUtilsstatic
DecodeColor(ezConstByteArrayPtr source, ezGALResourceFormat::Enum sourceFormat, ezColor &out_destColor)ezMeshBufferUtilsstatic
DecodeNormal(ezConstByteArrayPtr source, ezGALResourceFormat::Enum sourceFormat, ezVec3 &out_vDestNormal)ezMeshBufferUtilsstatic
DecodeTangent(ezConstByteArrayPtr source, ezGALResourceFormat::Enum sourceFormat, ezVec3 &out_vDestTangent, float &out_fDestBiTangentSign)ezMeshBufferUtilsstatic
DecodeTexCoord(ezConstByteArrayPtr source, ezGALResourceFormat::Enum sourceFormat, ezVec2 &out_vDestTexCoord)ezMeshBufferUtilsstatic
DecodeToFloat(ezConstByteArrayPtr source, ezGALResourceFormat::Enum sourceFormat, float &out_fDest)ezMeshBufferUtilsstatic
DecodeToVec2(ezConstByteArrayPtr source, ezGALResourceFormat::Enum sourceFormat, ezVec2 &out_vDest)ezMeshBufferUtilsstatic
DecodeToVec3(ezConstByteArrayPtr source, ezGALResourceFormat::Enum sourceFormat, ezVec3 &out_vDest)ezMeshBufferUtilsstatic
DecodeToVec4(ezConstByteArrayPtr source, ezGALResourceFormat::Enum sourceFormat, ezVec4 &out_vDest)ezMeshBufferUtilsstatic
EncodeBoneWeights(const ezVec4 &vWeights, ezByteArrayPtr dest, ezGALResourceFormat::Enum destFormat)ezMeshBufferUtilsstatic
EncodeColor(const ezColor &color, ezByteArrayPtr dest, ezGALResourceFormat::Enum destFormat, ezMeshVertexColorConversion::Enum conversion)ezMeshBufferUtilsstatic
EncodeFromFloat(const float fSource, ezByteArrayPtr dest, ezGALResourceFormat::Enum destFormat)ezMeshBufferUtilsstatic
EncodeFromVec2(const ezVec2 &vSource, ezByteArrayPtr dest, ezGALResourceFormat::Enum destFormat)ezMeshBufferUtilsstatic
EncodeFromVec3(const ezVec3 &vSource, ezByteArrayPtr dest, ezGALResourceFormat::Enum destFormat)ezMeshBufferUtilsstatic
EncodeFromVec4(const ezVec4 &vSource, ezByteArrayPtr dest, ezGALResourceFormat::Enum destFormat)ezMeshBufferUtilsstatic
EncodeNormal(const ezVec3 &vNormal, ezByteArrayPtr dest, ezGALResourceFormat::Enum destFormat)ezMeshBufferUtilsstatic
EncodeTangent(const ezVec3 &vTangent, float fTangentSign, ezByteArrayPtr dest, ezGALResourceFormat::Enum destFormat)ezMeshBufferUtilsstatic
EncodeTexCoord(const ezVec2 &vTexCoord, ezByteArrayPtr dest, ezGALResourceFormat::Enum destFormat)ezMeshBufferUtilsstatic