mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
Fixup special case of cluster render
This commit is contained in:
parent
6758a7f8c0
commit
e9b4d25f20
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user