Skip to content

Commit

Permalink
Version update 7.48.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Babylon.js Platform committed Feb 8, 2025
1 parent d33b7c2 commit 74dd0d3
Show file tree
Hide file tree
Showing 38 changed files with 185 additions and 163 deletions.
18 changes: 17 additions & 1 deletion .build/changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
"fromTag": "7.48.1",
"fromTag": "7.48.2",
"changelog": {
"7.48.3": [
{
"pr": "16159",
"title": "NativeEngine captureGPUFrameTime + getGPUFrameTimeCounter",
"description": "This change overrides `startTimeQuery` and `endTimeQuery` in `NativeEngine` such that `captureGPUFrameTime` and `getGPUFrameTimeCounter` work. They do so by calling the new `populateFrameStats` function on the native side of `NativeEngine`.\r\nCorresponding BN change: https://github.com/BabylonJS/BabylonNative/pull/1458",
"author": {
"name": "ryantrem",
"url": "https://github.com/ryantrem"
},
"files": [
"packages/dev/core/src/Engines/Native/nativeInterfaces.ts",
"packages/dev/core/src/Engines/nativeEngine.ts"
],
"tags": []
}
],
"7.48.2": [
{
"pr": "16160",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 7.48.3

### Core

- NativeEngine captureGPUFrameTime + getGPUFrameTimeCounter - by [ryantrem](https://github.com/ryantrem) ([#16159](https://github.com/BabylonJS/Babylon.js/pull/16159))

## 7.48.2

### Core
Expand Down
Loading

0 comments on commit 74dd0d3

Please sign in to comment.