compiles again
This commit is contained in:
@@ -70,12 +70,3 @@ struct LightEnv
|
||||
};
|
||||
|
||||
ParameterBlock<LightEnv> gLightEnv;
|
||||
|
||||
//layout(set = INDEX_LIGHT_ENV, binding = 0, std430)
|
||||
//ShaderBuffer<DirectionalLight> directionalLights;
|
||||
//layout(set = INDEX_LIGHT_ENV, binding = 1, std430)
|
||||
//ConstantBuffer<uint> numDirectionalLights;
|
||||
//layout(set = INDEX_LIGHT_ENV, binding = 2, std430)
|
||||
//ShaderBuffer<PointLight> pointLights;
|
||||
//layout(set = INDEX_LIGHT_ENV, binding = 3, std430)
|
||||
//ConstantBuffer<uint> numPointLights;
|
||||
|
||||
Reference in New Issue
Block a user