jpvanoosten / LearningDirectX12

This repository is intended to be used as a code repository for learning DirectX 12.

Home Page:https://www.3dgep.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommandList add wrapper functions for setting inline SRV's and UAV's

FireFlyForLife opened this issue · comments

Currently only the functions exist for binding them through a descriptor heap.

How could I have not addressed this yet?

@FireFlyForLife I've (finally) added the functions for binding:

  • Inline SRV, UAV, and CBV's
  • CBV in descriptor heaps

See 481e3fa