Multiplayer binary transfer improvements; Better multi-monitor support; New examples.
oh awesome, so we just do:
struct ShaderParams {
myParam : f16orf32
};
Thanks!
Actually I don't think f16 will work for shader parameters - currently Construct always writes those as f32. However you can immediately cast the value to f16 and do any further calculations with reduced precision.