Refactoring
This commit is contained in:
parent
3e399adf0a
commit
d90ce79135
222 changed files with 9045 additions and 5734 deletions
|
|
@ -24,16 +24,3 @@ struct hitPayload
|
|||
vec3 hitValue;
|
||||
bool additiveBlending;
|
||||
};
|
||||
|
||||
layout(push_constant) uniform Constants
|
||||
{
|
||||
vec4 clearColor;
|
||||
vec3 lightPosition;
|
||||
float lightIntensity;
|
||||
int lightType; // 0: point, 1: infinite
|
||||
int lanternPassNumber; // -1 if this is the full-screen pass. Otherwise, used to lookup trace indirect parameters.
|
||||
int screenX;
|
||||
int screenY;
|
||||
int lanternDebug;
|
||||
}
|
||||
pushC;
|
||||
Loading…
Add table
Add a link
Reference in a new issue