psionic12
psionic12
For example: ``` VkImageCreateInfo imageCreateInfo = {}; imageCreateInfo.sType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO; imageCreateInfo.imageType = VK_IMAGE_TYPE_2D; imageCreateInfo.format = VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM; imageCreateInfo.flags = VK_IMAGE_CREATE_DISJOINT_BIT; ``` If calling `vmaCreateImage()` with this image create info, the validate...
Version: 23.5.26 After [this change](https://github.com/google/flatbuffers/commit/63b7b25289447313ab6e79191fa1733748dca0da), the type of "size" becames to signed, but the field in class `Verifier` still use `size_t`, which is unsigned in C++ standard. So this will...
My Linux kernel version is 4.1.8, it is too new, I know. Since I used a Mac to compile, commands may be a little different, but the tool chain is...