Fix AMD crashes from last commit
This commit is contained in:
parent
4809f3eb51
commit
22575af212
|
@ -130,7 +130,7 @@ TextureCache::TextureCache(Memory* memory, RegisterFile* register_file,
|
||||||
std::vector<VkDescriptorPoolSize>(pool_sizes, std::end(pool_sizes)));
|
std::vector<VkDescriptorPoolSize>(pool_sizes, std::end(pool_sizes)));
|
||||||
|
|
||||||
wb_command_pool_ = std::make_unique<ui::vulkan::CommandBufferPool>(
|
wb_command_pool_ = std::make_unique<ui::vulkan::CommandBufferPool>(
|
||||||
*device_, VK_QUEUE_FAMILY_IGNORED);
|
*device_, device_->queue_family_index());
|
||||||
|
|
||||||
// Check some device limits
|
// Check some device limits
|
||||||
// On low sampler counts: Rarely would we experience over 16 unique samplers.
|
// On low sampler counts: Rarely would we experience over 16 unique samplers.
|
||||||
|
|
Loading…
Reference in New Issue