- implement VkPostprocess::RenderScreenQuad
This commit is contained in:
parent
fb983186b1
commit
c280153ac2
6 changed files with 304 additions and 36 deletions
|
|
@ -46,7 +46,11 @@ public:
|
|||
{
|
||||
FString decl;
|
||||
FString layout;
|
||||
if (screen->glslversion < 4.20)
|
||||
if (bindingpoint == -1)
|
||||
{
|
||||
layout = "push_constant";
|
||||
}
|
||||
else if (screen->glslversion < 4.20)
|
||||
{
|
||||
layout = "std140";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue