Tamás Kiss

Results 6 issues of Tamás Kiss

## Bevy version 0.12.1 ## What you did I made a floating panel (based on `NodeBundle`) that needs to be absolutely positioned to the whole window. The panel is first...

C-Bug
A-UI

## Bevy version 0.13 ## What you did Debug log any `TextLayoutInfo` to inspect the glyph list. ## What went wrong The `TextLayoutInfo` only contains `PositionedGlyph`s that are from the...

C-Bug
A-UI
A-Text

## Bevy version 0.14 ## \[Optional\] Relevant system information If you cannot get Bevy to build or run on your machine, please include: - `cargo --version`: `cargo 1.79.0 (ffa9cf99a 2024-06-03)`...

C-Bug
P-Crash
O-Windows

Hello, I found an issue in the tutorial code snippets. The referenced `normal` is not defined. The previous step defines `nrm` and `worldNrm`. `scnDesc` is also undefined. The previous step...

Hello, I found an issue in the tutorial: The calculations to be added to the closest hit shader do not indicate the actual out value at the end of the...

Hello, This isn't really an "issue", but rather how to enable the dynamic dispatch loader in `vulkan.hpp`. I noticed this comment and decided to investigate: https://github.com/bwasty/vulkan-tutorial-hpp/blob/4662ff18b1b55246523f0d9245bf5763a8f2fb12/steps/02_validation_layers.cpp#L132 Basically, this is a...