Skip to content

Commit

Permalink
Merge pull request #81081 from RandomShaper/fixup_cluster_special
Browse files Browse the repository at this point in the history
Fixup special case of cluster render
  • Loading branch information
akien-mga committed Aug 29, 2023
2 parents a6c72f9 + e9b4d25 commit 7792f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/rendering/renderer_rd/cluster_builder_rd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ ClusterBuilderSharedDataRD::ClusterBuilderSharedDataRD() {
afs.push_back(RD::AttachmentFormat());
afs.write[0].usage_flags = RD::TEXTURE_USAGE_COLOR_ATTACHMENT_BIT;
fb_format = RD::get_singleton()->framebuffer_format_create(afs);
blend_state = RD::PipelineColorBlendState::create_blend();
defines = "\n#define USE_ATTACHMENT\n";
}

Expand Down

0 comments on commit 7792f9e

Please sign in to comment.