コード例 #1
0
 internal CommandList(ref CommandListDescription description, GraphicsDeviceFeatures features)
 {
     _features = features;
 }
コード例 #2
0
 protected ResourceFactory(GraphicsDeviceFeatures features)
 {
     Features = features;
 }