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

logic differences in gfx-vulkan/VKCommandBuffer.cpp #17575

Open
tangkaikk opened this issue Aug 23, 2024 · 0 comments
Open

logic differences in gfx-vulkan/VKCommandBuffer.cpp #17575

tangkaikk opened this issue Aug 23, 2024 · 0 comments
Assignees
Labels
Bug Needs Triage Needs to be assigned by the team

Comments

@tangkaikk
Copy link
Contributor

Cocos Creator version

3.x

System information

All

Issue description

code differences of gfx-vulkan/VKCommandBuffer.cpp,
17243808249290
17243808375625
This judgment is indeed somewhat contradictory.

Relevant error log output

none

Steps to reproduce

none

Minimal reproduction project

bool missed = _barrierEvents.find(ccTexture) == _barrierEvents.end();

bool missed = _barrierEvents.find(ccBuffer) != _barrierEvents.end();

@tangkaikk tangkaikk added Bug Needs Triage Needs to be assigned by the team labels Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Needs Triage Needs to be assigned by the team
Projects
None yet
Development

No branches or pull requests

2 participants