Skip to content

Commit

Permalink
contents/en/documents: add Shader.Deallocate
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Apr 7, 2024
1 parent 81e3454 commit 6fc60e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contents/en/documents/2.7.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ <h3>Other New APIs</h3>
<li><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#RunGameOptions.SingleThread"><code>ebiten.RunGameOptions.SingleThread</code></a> (<a href="https://github.com/hajimehoshi/ebiten/issues/2830">#2830</a>)</li>
<li><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#RunGameOptions.X11ClassName"><code>ebiten.RunGameOptions.X11ClassName</code></a> (<a href="https://github.com/hajimehoshi/ebiten/issues/2904">#2904</a>)</li>
<li><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#RunGameOptions.X11InstanceName"><code>ebiten.RunGameOptions.X11InstanceName</code></a> (<a href="https://github.com/hajimehoshi/ebiten/issues/2904">#2904</a>)</li>
<li><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#Shader.Deallocate"><code>(*ebiten.Shader).Deallocate</code></a> (<a href="https://github.com/hajimehoshi/ebiten/issues/2808">#2808</a>)</li>
<li><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2/mobile#RunOnJVM"><code>mobile.RunOnJVM</code></a> (<a href="https://github.com/hajimehoshi/ebiten/issues/2748">#2748</a>)</li>
</ul>
<h3>Bug Fixes</h3>
Expand Down Expand Up @@ -75,6 +76,11 @@ <h3>Deprecated APIs</h3>
<td><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#Monitor"><code>ebiten.Monitor</code></a> and <a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#Monitor.Size"><code>(*ebiten.Monitor).Size</code></a></td>
<td><a href="https://github.com/hajimehoshi/ebiten/issues/2795">#2795</a></td>
</tr>
<tr>
<td><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#Shader.Dispose"><code>(*ebiten.Shader).Dispose</code></a></td>
<td><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#Shader.Deallocate"><code>(*ebiten.Shader).Deallocate</code></a></td>
<td><a href="https://github.com/hajimehoshi/ebiten/issues/2808">#2808</a></td>
</tr>
<tr>
<td>Build tag <code>ebitenginesinglethread</code></td>
<td><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#RunGameOptions.SingleThread"><code>ebiten.RunGameOptions.SingleThread</code></a></td>
Expand Down
6 changes: 6 additions & 0 deletions contents/ja/documents/2.7.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ <h3>その他新しい API</h3>
<li><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#RunGameOptions.SingleThread"><code>ebiten.RunGameOptions.SingleThread</code></a> (<a href="https://github.com/hajimehoshi/ebiten/issues/2830">#2830</a>)</li>
<li><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#RunGameOptions.X11ClassName"><code>ebiten.RunGameOptions.X11ClassName</code></a> (<a href="https://github.com/hajimehoshi/ebiten/issues/2904">#2904</a>)</li>
<li><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#RunGameOptions.X11InstanceName"><code>ebiten.RunGameOptions.X11InstanceName</code></a> (<a href="https://github.com/hajimehoshi/ebiten/issues/2904">#2904</a>)</li>
<li><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#Shader.Deallocate"><code>(*ebiten.Shader).Deallocate</code></a> (<a href="https://github.com/hajimehoshi/ebiten/issues/2808">#2808</a>)</li>
<li><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2/mobile#RunOnJVM"><code>mobile.RunOnJVM</code></a> (<a href="https://github.com/hajimehoshi/ebiten/issues/2748">#2748</a>)</li>
</ul>
<h3>バグ修正</h3>
Expand Down Expand Up @@ -71,6 +72,11 @@ <h3>非推奨になった API</h3>
<td><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#Monitor"><code>ebiten.Monitor</code></a><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#Monitor.Size"><code>(*ebiten.Monitor).Size</code></a></td>
<td><a href="https://github.com/hajimehoshi/ebiten/issues/2795">#2795</a></td>
</tr>
<tr>
<td><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#Shader.Dispose"><code>(*ebiten.Shader).Dispose</code></a></td>
<td><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#Shader.Deallocate"><code>(*ebiten.Shader).Deallocate</code></a></td>
<td><a href="https://github.com/hajimehoshi/ebiten/issues/2808">#2808</a></td>
</tr>
<tr>
<td>ビルドタグ <code>ebitenginesinglethread</code></td>
<td><a href="https://pkg.go.dev/github.com/hajimehoshi/ebiten/v2#RunGameOptions.SingleThread"><code>ebiten.RunGameOptions.SingleThread</code></a></td>
Expand Down

0 comments on commit 6fc60e4

Please sign in to comment.