fna-workbench

fna-workbench Commit Details


Date:2016-02-09 20:44:09 (8 years 10 months ago)
Author:Ethan Lee
Branch:master
Commit:22525ab7f419860312c3f6afdf9e161c4d061c05
Parents: 67ffd37fda09c56f8936fa83202be2471e4549f0
Message:Fix annotation parsing

Changes:

File differences

lib/MojoShader-CS
1
1
Subproject commit e39311fefe3fd735ddb2a2dc9be4cc14278151fd
Subproject commit e516ee51f795f2b2cb269dbcf13223445d9450b7
src/Graphics/Effect/Effect.cs
11601160
11611161
11621162
1163
1164
1165
1166
1163
1164
1165
1166
11671167
11681168
11691169
annotations.Add(new EffectAnnotation(
Marshal.PtrToStringAnsi(anno.name),
Marshal.PtrToStringAnsi(anno.semantic),
(int) anno.row_count,
(int) anno.column_count,
XNAClass[(int) anno.value_class],
XNAType[(int) anno.value_type],
(int) anno.type.rows,
(int) anno.type.columns,
XNAClass[(int) anno.type.parameter_class],
XNAType[(int) anno.type.parameter_type],
anno.values
));
}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05746s using 13 queries.