-
Updated
Nov 12, 2021 - C
vulkan
Here are 1,371 public repositories matching this topic...
-
Updated
Oct 10, 2021 - C++
-
Updated
Nov 12, 2021 - Python
-
Updated
Nov 12, 2021 - C++
-
Updated
Nov 11, 2021 - C++
In Xenia, there are two kinds of declarations of kernel notification IDs:
- System notifications IDs are used simply as hard-written values, without any enum/consts/#defines, with merely comments indicating their original XN_SYS name.
- XAM apps (such as XmpApp) have notification IDs declared in their classes, as
private static const uint32_t kMsg….
For future convenience especially when
-
Updated
Nov 12, 2021 - C++
-
Updated
Nov 10, 2021 - C++
-
Updated
Oct 20, 2021 - Python
Release Type: GitHub
Version: master - 2bf586d6
Platform(s): Windows
Describe the bug
When newly created Space Escape solution opens in GameStudio, null reference occurs at SpaceEscape.Rendering.BendFogRenderFeature.
To Reproduce
Steps to reproduce the behavior:
- Build GitHub sources, master branch.
- Run Stride.GameStudio.
- New, pick Space Escape. (Window
As of 00e1f52cf95c16b0cea34c83372145532b4745ba the LWJGL codebase has a new directory layout. This has broken the included Eclipse project.
-
Updated
Aug 21, 2021 - C++
-
Updated
Nov 12, 2021 - C++
-
Updated
Nov 12, 2021 - Rust
-
Updated
Nov 12, 2021 - C
-
Updated
Nov 11, 2021 - C++
-
Updated
Nov 11, 2021 - C++
-
Updated
Sep 16, 2021
-
Updated
Nov 12, 2021 - Batchfile
-
Updated
Nov 12, 2021 - C++
Improve this page
Add a description, image, and links to the vulkan topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vulkan topic, visit your repo's landing page and select "manage topics."
Problem:
After using Engine.createTextureFromKtx/jpeg/Png, I need to query the texture width and height so I can generate proper UV coordinates for font display.
Proposed solution
Expose the Texture.getWidth(), getHeight(), etc. methods to get texture information. I currently only need width and height, but I can see usage cases for many of the other "getters" available in the C++ in