mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-17 17:05:31 +00:00
Query API: ResolveQuerySet
Add ResovleQuerySet on CommandEncoder and its validation tests. Bug: dawn:434 Change-Id: Ibba166dd11e15430cd5f6647676a47ce67481844 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/24303 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Hao Li <hao.x.li@intel.com>
This commit is contained in:
committed by
Commit Bot service account
parent
77eb64eb8c
commit
5c89c8dc70
@@ -716,6 +716,12 @@ namespace dawn_native { namespace opengl {
|
||||
break;
|
||||
}
|
||||
|
||||
case Command::ResolveQuerySet: {
|
||||
// TODO(hao.x.li@intel.com): Resolve non-precise occlusion query.
|
||||
SkipCommand(&mCommands, type);
|
||||
break;
|
||||
}
|
||||
|
||||
case Command::WriteTimestamp: {
|
||||
// WriteTimestamp is not supported on OpenGL
|
||||
UNREACHABLE();
|
||||
|
||||
Reference in New Issue
Block a user