We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70060c4 commit 3e7bab4Copy full SHA for 3e7bab4
2 files changed
src/d3d12/mod.rs
@@ -159,7 +159,7 @@ pub struct AllocatorCreateDesc {
159
pub debug_settings: AllocatorDebugSettings,
160
}
161
162
-#[derive(Clone, Debug)]
+#[derive(Debug)]
163
pub struct Allocation {
164
chunk_id: Option<std::num::NonZeroU64>,
165
offset: u64,
src/vulkan/mod.rs
@@ -33,7 +33,7 @@ pub struct AllocatorCreateDesc {
33
pub buffer_device_address: bool,
34
35
36
37
38
39
0 commit comments