mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-05 06:03:34 +00:00
Remove unused Device::CopyBindGroup
This commit is contained in:
parent
98c90d4faa
commit
228ba88fe6
@ -495,15 +495,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tick"
|
"name": "tick"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "copy bind groups",
|
|
||||||
"args": [
|
|
||||||
{"name": "start", "type": "uint32_t"},
|
|
||||||
{"name": "count", "type": "uint32_t"},
|
|
||||||
{"name": "source", "type": "bind group"},
|
|
||||||
{"name": "target", "type": "bind group"}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "set error callback",
|
"name": "set error callback",
|
||||||
"args": [
|
"args": [
|
||||||
|
@ -134,10 +134,6 @@ namespace backend {
|
|||||||
TickImpl();
|
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() {
|
void DeviceBase::Reference() {
|
||||||
ASSERT(refCount != 0);
|
ASSERT(refCount != 0);
|
||||||
refCount++;
|
refCount++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user