Skip to content

Commit

Permalink
Rush change
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinyork committed Apr 19, 2024
1 parent 2c154a9 commit c953888
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@zephyr3d/backend-webgl",
"comment": "implement render bundle",
"type": "patch"
}
],
"packageName": "@zephyr3d/backend-webgl"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@zephyr3d/backend-webgpu",
"comment": "Add render bundle support",
"type": "patch"
}
],
"packageName": "@zephyr3d/backend-webgpu"
}
10 changes: 10 additions & 0 deletions common/changes/@zephyr3d/base/develop_2024-04-19-17-44.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@zephyr3d/base",
"comment": "",
"type": "none"
}
],
"packageName": "@zephyr3d/base"
}
10 changes: 10 additions & 0 deletions common/changes/@zephyr3d/device/develop_2024-04-19-17-44.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@zephyr3d/device",
"comment": "Add render bundle support",
"type": "patch"
}
],
"packageName": "@zephyr3d/device"
}
10 changes: 10 additions & 0 deletions common/changes/@zephyr3d/imgui/develop_2024-04-19-17-44.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@zephyr3d/imgui",
"comment": "",
"type": "none"
}
],
"packageName": "@zephyr3d/imgui"
}
10 changes: 10 additions & 0 deletions common/changes/@zephyr3d/scene/develop_2024-04-19-17-44.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@zephyr3d/scene",
"comment": "Add support for command buffer reuse optimization",
"type": "minor"
}
],
"packageName": "@zephyr3d/scene"
}

0 comments on commit c953888

Please sign in to comment.