Skip to content

Commit

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

Co-authored-by: Cheng Cao <bobcao3@Arlenes-MacBook-Pro.local>
  • Loading branch information
2 people authored and quadpixels committed May 13, 2023
1 parent 6827ec0 commit eca1f6e
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 eca1f6e

Please sign in to comment.