wangpeng

Results 3 issues of wangpeng

the code is `struct VolumeTileAABB{ vec4 minPoint; vec4 maxPoint; }; BUFFER_WR(cluster, VolumeTileAABB, 0);` and the output is "Error: D3DCompile failed 0x80004005 (294,1-24): error X3037: elements of typed buffers and textures...

Hi, I found a bug want to contribute. I upgrade entitas. and on my teammate's compute , there is a NullReferenceException when Jenny is generating code. here is the error...

Hi, I have question to the memory allocate. when add 100 GuidComponents about 300K memory allocate ?? the profiler is here ![snipaste_2018-12-19_20-43-16](https://user-images.githubusercontent.com/1524630/50221637-c3870f00-03d0-11e9-9718-dd5520e7fcd0.png) Here's some code public class GuidComponent : IComponent...