Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using memcpy() to copy data to VRAM #113

Open
AntonioND opened this issue Aug 22, 2024 · 0 comments
Open

Stop using memcpy() to copy data to VRAM #113

AntonioND opened this issue Aug 22, 2024 · 0 comments

Comments

@AntonioND
Copy link
Member

AntonioND commented Aug 22, 2024

As mentioned here #112 (comment) I've fixed the examples to not use memcpy() when copying data to VRAM. We need to check the text to see if there are instances of using memcpy(), and switch them to memcpy16() or memcpy32().

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

No branches or pull requests

1 participant