Skip to content

Latest commit

 

History

History
47 lines (23 loc) · 1.95 KB

descriptor-tables.md

File metadata and controls

47 lines (23 loc) · 1.95 KB
title description ms.assetid ms.topic ms.date
Descriptor Tables
A descriptor table is logically an array of descriptors.
5faf294f-acd5-4b39-92f4-1d6b2abe3040
article
05/31/2018

Descriptor Tables

A descriptor table is logically an array of descriptors.

In this section

Topic Description
Descriptor Tables Overview
Each descriptor table stores descriptors of one or more types - SRVs, UAVs, CBVs, and Samplers. A descriptor table is not an allocation of memory; it is simply an offset and length into a descriptor heap.
Using Descriptor Tables
Descriptor tables, each identifying a range in a descriptor heap, are bound at slots defined by the current root signature on a command list.
Advanced Use of Descriptor Tables
The following sections provide information about the advanced use of descriptor tables.

Related topics

Descriptor Heaps

Resource Binding

Root Signatures