-
Updated
Aug 16, 2021 - C
vulkan
Here are 1,299 public repositories matching this topic...
-
Updated
Jul 12, 2021 - C++
-
Updated
Aug 18, 2021 - Python
-
Updated
Aug 15, 2021 - C++
-
Updated
Aug 7, 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
Aug 16, 2021 - C++
-
Updated
Aug 3, 2021 - C++
As of 00e1f52cf95c16b0cea34c83372145532b4745ba the LWJGL codebase has a new directory layout. This has broken the included Eclipse project.
Assimp Tutorial
Release Type: Official Release
Version: Version 4.0
Platform(s): All
Describe the bug
if you don't add a physics shape to the character component and call any physics function for that character you'll get the following error : Unhandled Exception: System.InvalidOperationException: Attempted to call a Physics function that is avaliable only when the Entity has been alread
-
Updated
Feb 15, 2021 - C++
-
Updated
Aug 17, 2021 - Python
-
Updated
Aug 16, 2021 - C++
-
Updated
Aug 17, 2021 - Rust
-
Updated
Aug 13, 2021 - C
-
Updated
Jul 7, 2021 - C++
-
Updated
Aug 17, 2021 - C++
-
Updated
Aug 6, 2021
-
Updated
Aug 17, 2021 - Batchfile
-
Updated
Aug 15, 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