asc-community / asc-community/VulkanAbstractionLayer

rewrite global descriptor pool to descriptor pool allocator

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
156
Forks
8
PR merge metrics
No merged PRs in 30d

Description

It is better to have a dynamic list of medium size descriptor pools rather than one huge descriptor pool (see [DesctiptorCache](https://github.com/vkdev-team/VulkanAbstractionLayer/blob/master/VulkanAbstractionLayer/DescriptorCache.cpp#L46))

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading DescriptorCache.cpp around line 46, which the issue identifies as a reference for descriptor-pool handling. Trace how the current global descriptor pool is created and used, then determine the scope and acceptance criteria for replacing it with a dynamic list of medium-sized pools; the issue does not name tests or a more specific entry point.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-graphics
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.