Questions tagged [directx-descriptor-heap]

A descriptor heap is a collection of contiguous allocations of descriptors, one allocation for every descriptor.

A descriptor heap is a collection of contiguous allocations of descriptors, one allocation for every descriptor.

See MS docs

1 questions
7
votes
1 answer

directx-12 - How to use commandlist with multiple descriptor heaps?

Currently going through microsofts examples, it is noticable, that only one cbv_srv_uav heap is used per commandlist (+ maybe on additional sampler heap). Is it possible to use multiple heaps per CommandList? So i setup heap and…