Skip to content
Snippets Groups Projects

HLT1 UT-related tracking updates

Merged Jiahui Zhuo requested to merge jzhuo_UTUpdatesMaster into master
Compare and
103 files
+ 7878
4202
Compare changes
  • Side-by-side
  • Inline
Files
103
@@ -126,6 +126,13 @@ struct short2 {
short y;
};
inline short2 make_short2(short x, short y)
{
short2 out;
out.x = x;
out.y = y;
return out;
}
struct float3 {
float x;
float y;
Loading