Skip to content

Commit ef48236

Browse files
committed
Changed attr header for star.hlsli file
1 parent 1035b0c commit ef48236

File tree

1 file changed

+4
-4
lines changed
  • Samples/Desktop/D3D12Raytracing/src/D3D12RaytracingSakuraForestSER

1 file changed

+4
-4
lines changed

Samples/Desktop/D3D12Raytracing/src/D3D12RaytracingSakuraForestSER/Star.hlsli

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
//*********************************************************
22
//
3-
// Copyright (c) Microsoft. All rights reserved.
3+
// Copyright (c) Pablo Roman Andrioli. All rights reserved.
44
// This code is licensed under the MIT License (MIT).
55
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
66
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
77
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
88
// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
99
//
10-
// Portions of this file incorporate work by Pablo Roman Andrioli,
11-
// specifically the Star Nest volumetric fractal clouds effect formula,
12-
// which is licensed under the MIT License.
10+
// This file contains an HLSL adaptation of the Star Nest
11+
// volumetric fractal clouds effect formula originally
12+
// authored by Pablo Roman Andrioli.
1313
//
1414
//*********************************************************
1515

0 commit comments

Comments
 (0)