amethyst / amethyst/rendy

rendy-descriptor tries to create a pool of size 0

Open
#256 6 comments 0 reactions 0 assignees View on GitHub
bug diff: easy
Dominant language
Rust
Stars
812
Forks
94
PR merge metrics
No merged PRs in 30d

Description

Reported in https://github.com/gfx-rs/wgpu-rs/issues/149

> VALIDATION [VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength (0)] : vkCreateDescriptorPool: parameter pCreateInfo->poolSizeCount must be greater than 0. The Vulkan spec states: poolSizeCount must be greater than 0 (https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VUID-VkDescriptorPoolCreateInfo-poolSizeCount-arraylength)
object info: (type: UNKNOWN, hndl: 0)

Way to reproduce:
```
git clone https://github.com/gfx-rs/wgpu-rs
cd wgpu-rs
cargo run --example hello-triangle
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.