-
Updated
Oct 1, 2021 - C
vulkan
Here are 1,352 public repositories matching this topic...
-
Updated
Aug 29, 2021 - C++
-
Updated
Oct 1, 2021 - Python
-
Updated
Sep 30, 2021 - C++
-
Updated
Sep 18, 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
Sep 24, 2021 - C++
-
Updated
Sep 26, 2021 - C++
-
Updated
Aug 17, 2021 - Python
As of 00e1f52cf95c16b0cea34c83372145532b4745ba the LWJGL codebase has a new directory layout. This has broken the included Eclipse project.
Assimp Tutorial
Is your feature request related to a problem? Please describe.
Easy to work around but no reason to prevent users to add multiple lights on the same entity.
Use case:
Ambient and directional light to have just one entity handling 'sun light', directional for direct and ambient for indirect.
Spot and point light for a lighthouse's beam.
-
Updated
Aug 21, 2021 - C++
-
Updated
Oct 1, 2021 - C++
-
Updated
Sep 30, 2021 - Rust
-
Updated
Oct 1, 2021 - C
-
Updated
Sep 29, 2021 - C++
-
Updated
Sep 26, 2021 - C++
-
Updated
Sep 16, 2021
-
Updated
Sep 27, 2021 - Batchfile
-
Updated
Sep 19, 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