Dean McNamee

Results 40 comments of Dean McNamee

I wrote a patch to support this, but I want to comment on the statement "and supported by current browsers as per Chrome 52". It is in fact not launched,...

Sorry for the delay, did you close it because it sat for too long or another reason? Thanks!

Sorry, I don't see any changes to the processMessageOrBundle definition in this pull request, is the commit for that not included? ![screenshot](https://cloud.githubusercontent.com/assets/56582/4342692/204de764-4048-11e4-832e-78c64a20e1ec.png)

I was asking where is the change to the signature of processMessageOrBundle, how does rinfo get passed from the udp message callback into processMessageOrBundle? I don't see anything related to...

Thanks. There are two things. 1) On a quick look, I think this patch is faulty, because you'll notice processMessageOrBundle can be recursive for unpacking bundled messages, and you haven't...

Basically CMTime is a struct { int64 value; int32 timescale; }, it is a numerator / denominator representation, so the time is value / timescale. But notice that the value...

It looks like my chrome supports: ANGLE_instanced_arrays EXT_blend_minmax EXT_frag_depth EXT_shader_texture_lod EXT_sRGB EXT_texture_filter_anisotropic WEBKIT_EXT_texture_filter_anisotropic OES_element_index_uint OES_standard_derivatives OES_texture_float OES_texture_float_linear OES_texture_half_float OES_texture_half_float_linear OES_vertex_array_object WEBGL_compressed_texture_s3tc WEBKIT_WEBGL_compressed_texture_s3tc WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_depth_texture WEBKIT_WEBGL_depth_texture WEBGL_draw_buffers WEBGL_lose_context WEBKIT_WEBGL_lose_context A...

commit a0b7ef1c6f44adf61154c20c3a29cf166fd30421 Author: Dean McNamee [email protected] Date: Sat Apr 18 10:36:13 2015 +0200 ``` Add drawingBufferWidth/Height to the OpenGL context. This is an attribute from the WebGL 1.0 specification. ```

The annoying thing from my perspective is that getExtension is supposed to return a new object (which I supposed needs the gl context bound) for just the extension methods and...

commit 8bde40aa4342feb67f4713541a185d3ead91f021 Author: Dean McNamee [email protected] Date: Tue Apr 21 13:06:48 2015 +0200 ``` Add WebGL 1.0 getSupportedExtensions and getExtension. Adds WEBGL_depth_texture as an extension. NOTE: Doesn't return a proper...