more cleanup
This commit is contained in:
parent
80704056b1
commit
5e6b9c8fb1
2 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
import { BufferError, WebGPUError } from '../utils/errors.js'
|
||||
import { TypedArray, TypedArrayConstructor } from '../utils/index.js'
|
||||
import { BufferError, WebGPUError } from '../utils/errors.js'
|
||||
import { ResourceType } from '../utils/internal-enums.js'
|
||||
|
||||
type SmallTypedArray = Exclude<TypedArray, BigInt64Array | BigUint64Array>
|
||||
|
|
|
@ -92,10 +92,6 @@ export class Material {
|
|||
resource: resource.toBindingResource()
|
||||
}
|
||||
|
||||
if (variableInfo.resourceType === ResourceType.Uniform || variableInfo.resourceType === ResourceType.Storage) {
|
||||
// TODO: handle user provided offset/size
|
||||
}
|
||||
|
||||
entries.push(entry)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue