Skip to content

Commit

Permalink
Tried unchecked shaders, no real perf boost
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 committed Jan 9, 2024
1 parent 6481b12 commit 28daa90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_pbr/src/meshlet/pipelines.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pub const MESHLET_VISIBILITY_BUFFER_RASTER_SHADER_HANDLE: Handle<Shader> =
pub const MESHLET_COPY_MATERIAL_DEPTH_SHADER_HANDLE: Handle<Shader> =
Handle::weak_from_u128(8325134235233421);

// TODO: See if unchecked shaders give better performance
#[derive(Resource)]
pub struct MeshletPipelines {
cull_first: CachedComputePipelineId,
Expand Down

0 comments on commit 28daa90

Please sign in to comment.