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

Add runtime type information support to KMD #4

Open bhouse-microsoft opened 8 years ago

bhouse-microsoft commented 8 years ago

After adding RTTI support, we should change the CastFrom methods to use dynamic_casts.