BabylonJS / BabylonNative

Build cross-platform native applications with the power of the Babylon.js JavaScript framework
MIT License
757 stars 131 forks source link

TODOs and hacks remaining in NativeEngine implementation #62

Closed syntheticmagus closed 1 year ago

syntheticmagus commented 4 years ago
CedricGuillemet commented 4 years ago

I didn't find an equivalent for SetZOffset, GetZOffset in bgfx. Did I miss something?

CedricGuillemet commented 4 years ago

Discover implications of “num” value on non-D3D11 pipelines -> only used with Vulkan when adding a sampler. I've updated the comment.

CedricGuillemet commented 3 years ago

This issue seems outdated to me. Any objection for closing it? @bghgary @syntheticmagus

bghgary commented 3 years ago

I think many of these are fixed now, but there are still some left that are not. I think we can open separate issues for the remaining items. Thoughts?

bghgary commented 1 year ago

I checked a bunch of the checkboxes now that many of them are addressed. Only the zOffset one, which causes #1053 and stub ones are left.

bghgary commented 1 year ago

@docEdub Do you mind splitting the remaining checkboxes into their own issues?

docEdub commented 1 year ago

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 stub for Blob in engine" is now captured in issue https://github.com/BabylonJS/BabylonNative/issues/1241.

bghgary commented 1 year ago

Added issues to OP, closing in favor of separate issues.