Drew Fillebrown

Results 18 comments of Drew Fillebrown

Like this? ```C++ enum GPUFamily { Apple4 = 1004, Apple5 = 1005, Apple6 = 1006, Apple7 = 1007, Apple8 = 1008 }; ... if ([m_device respondsToSelector: @selector(supportsFamily:)]) { if ([m_device...

@bkaradzic Are you thinking this should be done like this comment suggests? https://github.com/bkaradzic/bgfx/issues/3067#issuecomment-1519101402

> On SDK version where `MTLGPUFamilyAppleX` doesn't exist, define those in header. Where they exist don't do anything. Thanks @bkaradzic . Please take a look at the recent commits and...

> Yes! SilverNode works with this patch! I'm on macOS 12. Cool, thanks for testing! Just waiting on @bkaradzic to merge it in for us.

> @docEdub I'm waiting for this change: [#3116 (comment)](https://github.com/bkaradzic/bgfx/pull/3116#issuecomment-1650227521) I think my latest changes addressed this comment.

Ya, makes screen sharing unusable with large groups that don't know not to click on it.

The checkbox for "Set the Z offset in `SetState`:" is captured in issue https://github.com/BabylonJS/BabylonNative/issues/1053. The checkboxes for `URL.createObjectURL` and `URL.revokeObjectURL` are now captured in issue https://github.com/BabylonJS/BabylonNative/issues/1240. The checkbox for "Fix...

> Maybe there should be a check here to see if there are already 8 anchors? https://github.com/aframevr/aframe/blob/v1.5.0/src/components/anchored.js#L94C20-L94C25 Is the 8 anchor max device-specific, or do all devices that support anchors...