-
pyroscope is very useful.
I am thinking of introducing it in my work.
I would like to plug the export function to framegraph.com. I don't want to send any code-related information to the outside w…
-
Hello!
I'm trying to use `framegraph` on Windows 11 machine, but it fails to generate an output, printing below message.
```
>cargo flamegraph --deterministic --open --bin mk-tools
```
```
…
-
1. According to [IBM Initialization of structures and unions](https://www.ibm.com/docs/en/zos/2.1.0?topic=initializers-initialization-structures-unions)
the C-style initialization of structures and u…
-
| | |
|------------------|-----------------|
|Previous ID | SR-13618 |
|Radar | rdar://problem/69701606 |
|Original Repo…
-
```c++
inline StringHandle StringPool::doStringToHandle(const char *str) noexcept {
const auto it = _stringToHandles.find(str);
if (it == _stringToHandles.end()) {
size_t const s…
-
See attached screenshot. This represents the majority of the kernel's generated code.
* Could it be a loop instead of fully unrolled code?
* Could the memory access patterns be more regular, and onl…
-
It happens from `ShadowRenderer::_createBasePassPipeline`. After watching generated vs and fs codes, it looks that none of `struct Transform` data is used by fs codes so the uniform maybe inactive?
…
-
The Procedure TpvVulkanRenderPass.AddSubpassDescription has some inconsistencies..
There is a mix of TpvInt32 and TpvUInt32 in the procedures data.. see below.
…
-
**Describe the bug**
The hello-ar iOS sample crashes on startup.
**To Reproduce**
Steps to reproduce the behavior:
1. Build hello-ar
2. Attempt to run it on an iPhone 13 Pro
**Expected b…
-
**Describe the bug**
When attempting to load the Loft scene on Linux, the Editor will crash and shutdown.
**Steps to reproduce**
1. Sync 03de & the loft scene repos
2. Build the Loft Scene pro…