Skip to content

Fix for linux texture test#1

Merged
HedgeHao merged 1 commit intoHedgeHao:masterfrom
matt-deboer:master
Oct 28, 2021
Merged

Fix for linux texture test#1
HedgeHao merged 1 commit intoHedgeHao:masterfrom
matt-deboer:master

Conversation

@matt-deboer
Copy link
Copy Markdown
Contributor

I was following your discussion here and was using your sample to understand the new feature--thanks!
I believe I've fixed the issue with pixel copying; PTAL.

@HedgeHao
Copy link
Copy Markdown
Owner

Thanks @matt-deboer ! That works ! So I guess uint8_t array declared in function got clear after function finished, right?

@HedgeHao HedgeHao merged commit 57f6962 into HedgeHao:master Oct 28, 2021
@matt-deboer
Copy link
Copy Markdown
Contributor Author

Yeah; that array was declared in automatic storage (goes out of scope as soon as the code block is finished).
Anyway, glad to help, and thanks for making this minimal example.

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.

2 participants