Add comment on disabled MSAA
This commit is contained in:
parent
8a17bb7f27
commit
15ebf76341
@ -573,7 +573,7 @@ pub fn prepare_core_3d_transmission_textures(
|
||||
label: Some("view_transmission_texture"),
|
||||
size,
|
||||
mip_level_count: 1,
|
||||
sample_count: 1, // msaa.samples(),
|
||||
sample_count: 1, // No need for MSAA, as we'll only copy the main texture here
|
||||
dimension: TextureDimension::D2,
|
||||
format,
|
||||
usage,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user