Remove unused Device::CopyBindGroup

This commit is contained in:
Corentin Wallez
2017-07-07 14:40:23 -04:00
committed by Corentin Wallez
parent 98c90d4faa
commit 228ba88fe6
2 changed files with 0 additions and 13 deletions

View File

@@ -134,10 +134,6 @@ namespace backend {
TickImpl();
}
void DeviceBase::CopyBindGroups(uint32_t start, uint32_t count, BindGroupBase* source, BindGroupBase* target) {
// TODO(cwallez@chromium.org): update state tracking then call the backend
}
void DeviceBase::Reference() {
ASSERT(refCount != 0);
refCount++;