File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ pub struct DiscardRegion<'a> {
14
14
pub type Resource = ComPtr < d3d12:: ID3D12Resource > ;
15
15
16
16
impl Resource {
17
- ///
18
17
pub fn map (
19
18
& self ,
20
19
subresource : Subresource ,
Original file line number Diff line number Diff line change @@ -1273,13 +1273,9 @@ pub enum ImageQuery {
1273
1273
#[ cfg_attr( feature = "deserialize" , derive( Deserialize ) ) ]
1274
1274
#[ cfg_attr( feature = "arbitrary" , derive( Arbitrary ) ) ]
1275
1275
pub enum SwizzleComponent {
1276
- ///
1277
1276
X = 0 ,
1278
- ///
1279
1277
Y = 1 ,
1280
- ///
1281
1278
Z = 2 ,
1282
- ///
1283
1279
W = 3 ,
1284
1280
}
1285
1281
Original file line number Diff line number Diff line change @@ -5493,9 +5493,9 @@ pub enum TextureDimension {
5493
5493
#[ cfg_attr( feature = "serde" , derive( Serialize , Deserialize ) ) ]
5494
5494
#[ cfg_attr( feature = "serde" , serde( rename_all = "camelCase" ) ) ]
5495
5495
pub struct Origin2d {
5496
- ///
5496
+ # [ allow ( missing_docs ) ]
5497
5497
pub x : u32 ,
5498
- ///
5498
+ # [ allow ( missing_docs ) ]
5499
5499
pub y : u32 ,
5500
5500
}
5501
5501
You can’t perform that action at this time.
0 commit comments