Skip to content

Commit

Permalink
fix ggui
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Cao authored and taichi-gardener committed Jan 11, 2023
1 parent ea9299c commit fac4427
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 fac4427

Please sign in to comment.