Assimp
v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
Macros
|
Functions
Hash.h File Reference
Macros
#
define
AI_HASH_H_INCLUDED
#
define
get16bits
(d)
Functions
uint32_t
SuperFastHash
(
const
char
*data,
uint32_t
len
=0,
uint32_t
hash
=0)
Macro Definition Documentation
◆
AI_HASH_H_INCLUDED
#
define
AI_HASH_H_INCLUDED
◆
get16bits
#
define
get16bits
(
d
)
Value:
((((
uint32_t
)(((
const
uint8_t
*)(d))[1])) << 8)\
+(
uint32_t
)(((
const
uint8_t
*)(d))[0]) )
uint32_t
unsigned long uint32_t
Definition
pstdint.h:444
uint8_t
unsigned char uint8_t
Definition
pstdint.h:372
Function Documentation
◆
SuperFastHash()
uint32_t
SuperFastHash
(
const
char
*
data
,
uint32_t
len
=
0
,
uint32_t
hash
=
0
)
inline
include
assimp
Hash.h
Generated on Sun Sep 8 2024 20:05:32 for Assimp by
1.9.8