Skip to content
#

vulkan

Here are 1,275 public repositories matching this topic...

xenia
Triang3l
Triang3l commented Jun 26, 2021

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

Waifu2x-Extension-GUI
stride
salahchafai
salahchafai commented Jun 14, 2020

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

Improve this page

Add a description, image, and links to the vulkan topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vulkan topic, visit your repo's landing page and select "manage topics."

Learn more