The Wayback Machine - https://web.archive.org/web/20210218091734/https://github.com/topics/vulkan
Skip to content
#

vulkan

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

xenia
Triang3l
Triang3l commented Feb 11, 2021

The operator * of utf8::iterator reads the code point at the location the iterator points to by calling utf8::next, which parses the UTF-8 encoding by iterating the underlying octet iterator from the leading to the last byte in the encoding.

However, when utf8::iterator is using a reverse_iterator as an octet iterator (like in the utf8_criter case in Xenia), the next function will

stride
johang88
johang88 commented Jul 30, 2020

Release Type: Github
Describe the bug
Adding an instancing component and then a model component crashes the instancing processor.

To Reproduce
Steps to reproduce the behavior:

  1. Add instancing component to an entity,
  2. Add model component to the same entity
  3. Exception time

Expected behavior
It should not crash.

Screenshots
If applicable, add screenshots to

VladimirMarkelov
VladimirMarkelov commented May 11, 2020

Hi! Thanks for the application. It looks promising. I found a little annoyance that took some time to investigate. I used neovim-qt and everything was fine. When I switched to neovide, everything worked smoothly except the colors were weird. After digging the issue, I realized that I have to add set termguicolors to init.vim to make colors nice. But why neovim-qt does not need it? `Neovi

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