Fix some comments
This commit is contained in:
parent
9da6e2ef8c
commit
b37aaf6173
|
|
@ -61,7 +61,7 @@ namespace Nz
|
|||
return lightData;
|
||||
}
|
||||
|
||||
// PredefinedSpotLightData
|
||||
// PredefinedLightData
|
||||
constexpr PredefinedLightData PredefinedLightData::Build()
|
||||
{
|
||||
constexpr PredefinedDirectionalLightData DirectionalLight = PredefinedDirectionalLightData::Build();
|
||||
|
|
@ -82,7 +82,7 @@ namespace Nz
|
|||
return lightData;
|
||||
}
|
||||
|
||||
// PredefinedSkeletalData
|
||||
// PredefinedInstanceData
|
||||
constexpr PredefinedInstanceData PredefinedInstanceData::Build()
|
||||
{
|
||||
PredefinedInstanceData instanceData = { nzsl::FieldOffsets(nzsl::StructLayout::Std140) };
|
||||
|
|
|
|||
Loading…
Reference in New Issue