aboutsummaryrefslogtreecommitdiff
path: root/scripts/check_code_format.sh
diff options
context:
space:
mode:
authorTony-LunarG <tony@lunarg.com>2018-05-30 14:53:14 -0600
committerKarl Schultz <karl@lunarg.com>2018-06-05 12:03:24 -0600
commit4ba65cdf65f7f6692f8d1828a6585117803dcea5 (patch)
tree72a8543543fef316b067faa3ef895c53851b3787 /scripts/check_code_format.sh
parenta0c78f54ed15a8502dd4543fcb527a1c060bcdd4 (diff)
downloadusermoji-4ba65cdf65f7f6692f8d1828a6585117803dcea5.tar.xz
cube: Fix separate present queue validation errors
From the spec: Whilst it is not invalid to provide destination or source access masks for memory barriers used for release or acquire operations, respectively, they have no practical effect. Access after a release operation has undefined results, and so visibility for those accesses has no practical effect. Similarly, write access before an acquire operation will produce undefined results for future access, so availability of those writes has no practical use. In an earlier version of the specification, these were required to match on both sides - but this was subsequently relaxed. These masks should be set to 0. Change-Id: I495dc86ad62c0651fbc6acbfb0dfbb8245a324be
Diffstat (limited to 'scripts/check_code_format.sh')
0 files changed, 0 insertions, 0 deletions