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:
dan sinclair 2020-11-11 16:06:45 +00:00 committed by Commit Bot service account
parent f16dfeb015
commit cc73c8df5c
1 changed files with 0 additions and 5 deletions

View File

@ -480,11 +480,6 @@ class InspectorHelper {
name, ast::StorageClass::kUniformConstant, f32_type())); 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 /// Adds a depth texture variable to the module
/// @param name the name of the variable /// @param name the name of the variable
/// @param type the type to use /// @param type the type to use