Ejemplo n.º 1
0
 internal CommandList(ref CommandListDescription description, GraphicsDeviceFeatures features)
 {
     _features = features;
 }
Ejemplo n.º 2
0
 protected ResourceFactory(GraphicsDeviceFeatures features)
 {
     Features = features;
 }