repo.or.cz
/
openal-soft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use a macro to add backend include dirs
[openal-soft.git]
/
OpenAL32
/
Include
/
sample_cvt.h
blob
12bb1fa6ce19211f60b05cc1c1dcef33922d4345
1
#ifndef SAMPLE_CVT_H
2
#define SAMPLE_CVT_H
3
4
#include
"AL/al.h"
5
#include
"alBuffer.h"
6
7
void
ConvertData
(
ALvoid
*
dst
,
enum
UserFmtType dstType
,
const
ALvoid
*
src
,
enum
UserFmtType srcType
,
ALsizei numchans
,
ALsizei len
,
ALsizei align
);
8
9
#endif
/* SAMPLE_CVT_H */