Skip to content

Fix DX11Engine::Share returning wrong object#132

Open
CodeReclaimers wants to merge 1 commit intodavideberly:masterfrom
CodeReclaimers:fix/dx11engine-share-return
Open

Fix DX11Engine::Share returning wrong object#132
CodeReclaimers wants to merge 1 commit intodavideberly:masterfrom
CodeReclaimers:fix/dx11engine-share-return

Conversation

@CodeReclaimers
Copy link
Contributor

`Share()` returns `dxTexture` (the source engine's existing DX11 object) instead of `dxShared.get()` (the newly created shared copy). The caller gets a pointer to another engine's resource instead of its own.

🤖 Generated with Claude Code

Returns dxTexture (source engine's object) instead of dxShared.get()
(the newly created shared copy for this engine).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant