Skip to content

feat(engine): add async texture buffer read#2439

Open
ibgreen wants to merge 2 commits intomasterfrom
codex/add-async-method-to-write-texture
Open

feat(engine): add async texture buffer read#2439
ibgreen wants to merge 2 commits intomasterfrom
codex/add-async-method-to-write-texture

Conversation

@ibgreen
Copy link
Collaborator

@ibgreen ibgreen commented Aug 24, 2025

Summary

  • allow AsyncTexture to asynchronously copy to a buffer and read back data
  • add test covering AsyncTexture.readDataAsync
  • restore previously commented AsyncTexture tests

Testing

  • yarn lint modules/engine/src/async-texture/async-texture.ts modules/engine/test/async-texture/async-texture.spec.ts (fails: Unable to resolve path to module '@luma.gl/core' and others)
  • NODE_OPTIONS=--experimental-specifier-resolution=node npx ts-node modules/engine/test/async-texture/async-texture.spec.ts (fails: Cannot find module '@luma.gl/test-utils/dist/index.js')

https://chatgpt.com/codex/tasks/task_e_689aa1f12d288328b79497c2f6308fe6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant