Remove unused function
Change-Id: Idf831d3b6b4c6e97191ebead9fd503d4a15db9e3 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/32380 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
parent
f16dfeb015
commit
cc73c8df5c
|
@ -480,11 +480,6 @@ class InspectorHelper {
|
|||
name, ast::StorageClass::kUniformConstant, f32_type()));
|
||||
}
|
||||
|
||||
void AddF32Vec(const std::string& name, uint32_t count) {
|
||||
mod()->AddGlobalVariable(std::make_unique<ast::Variable>(
|
||||
name, ast::StorageClass::kUniformConstant, f32_vec_type(count)));
|
||||
}
|
||||
|
||||
/// Adds a depth texture variable to the module
|
||||
/// @param name the name of the variable
|
||||
/// @param type the type to use
|
||||
|
|
Loading…
Reference in New Issue