microsoft / graphics-driver-samples

This repository contains graphics driver samples used to demonstrate how to write graphics driver for the windows platform.
Other
381 stars 134 forks source link

VC4 Find_Vc4Register_I needs to implement dynamic index support for constant buffers #37

Open jeffwick-msft opened 8 years ago

jeffwick-msft commented 8 years ago

Dynamic index support for constant buffers needs to be added to rosumd!Vc4Shader::Find_Vc4Register_I, to support Windows Shell (SIHost).

indygit commented 8 years ago

For both this issue and #38, I think the upper layer rendering code should be D2D/XAML. So we should be able to run VC4 driver in render-only mode, get D2D/XAMPL work well and then switch back to full-driver mode and check if rendering from SiHost works OK.