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

Implement BlendState support in VC4 shader compiler #29

Open hideyukn88 opened 8 years ago

hideyukn88 commented 8 years ago

VC4 doesn't have fixed function blend support, thus this has to be done by pixel shader.