Add comment on disabled MSAA

This commit is contained in:
Marco Buono 2023-09-24 17:00:26 -03:00
parent 8a17bb7f27
commit 15ebf76341

View File

@ -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,