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 normal vector to store buffer data
[openal-soft.git]
/
common
/
vecmat.cpp
blob
ccb9ad9fed5dbff72dc2ee71cb0744650c369916
1
2
#include
"config.h"
3
4
#include
"vecmat.h"
5
6
7
const
aluMatrixf
aluMatrixf
::
Identity
{{
8
{
1.0
f
,
0.0
f
,
0.0
f
,
0.0
f
},
9
{
0.0
f
,
1.0
f
,
0.0
f
,
0.0
f
},
10
{
0.0
f
,
0.0
f
,
1.0
f
,
0.0
f
},
11
{
0.0
f
,
0.0
f
,
0.0
f
,
1.0
f
},
12
}};