Skip to content

Commit

Permalink
[gui] Fix scene line renderable (#7131)
Browse files Browse the repository at this point in the history
Fixes #7122

Co-authored-by: Cheng Cao <bobcao3@Arlenes-MacBook-Pro.local>
  • Loading branch information
2 people authored and lin-hitonami committed Jan 12, 2023
1 parent 577a95c commit 6b93cdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taichi/ui/backends/vulkan/renderables/scene_lines.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ void SceneLines::update_ubo(const SceneLinesInfo &info, const Scene &scene) {
void SceneLines::create_bindings() {
Renderable::create_bindings();
resource_set_->buffer(0, uniform_buffer_);
resource_set_->rw_buffer(1, storage_buffer_);
}

void SceneLines::record_this_frame_commands(CommandList *command_list) {
Expand Down

0 comments on commit 6b93cdb

Please sign in to comment.