2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

自分的 vulkan エラーログメモ

Last updated at Posted at 2020-03-08

#はじめまして
見てくれてありがとう、あなたの参考になると幸いです。

##出会ったやつ

###VUID-VkWriteDescriptorSet-descriptorType-00319
これはVkWriteDescriptorSetdstBinding変数が同じDescriptorにすでに定義されていた場合発生する。

###VUID-VkWriteDescriptorSet-dstBinding-00315
これはVkDescriptorSetLayoutBindingもしくはVkDescriptorSetLayoutCreateInfoのbindingCount変数の内容がVkWriteDescriptorSetと一致していない場合発生する。

###VUID-VkWriteDescriptorSet-dstBinding-00316
これはVkDescriptorSetLayoutBindingVkDescriptorSetLayoutCreateInfoVkWriteDescriptorSetのどれかのdescriptorCount変数が0だった場合発生する。

UNASSIGNED-CoreValidation-Shader-MissingDescriptor

これはVkDescriptorSetLayoutBindingもしくはVkDescriptorSetLayoutCreateInfoの内容がVkWriteDescriptorSetと一致していない場合発生する。

###UNASSIGNED-CoreValidation-Shader-DescriptorTypeMismatch
これはシェーダーのBindingdstBinding変数は一致しているが、渡したデータのタイプが違うと発生する。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?