Files
UnrealEngineUWP/Engine/Shaders/Random2.tps
Leslie Nivison 4c01020245 Addition .tps corrections in preparation for 4.14 branching. Also correcting some EOL characters.
#rb none
#lockdown Nick.Penwarden

[CL 3155426 by Leslie Nivison in Main branch]
2016-10-07 16:04:34 -04:00

15 lines
883 B
Plaintext

<?xml version="1.0" encoding="utf-8"?>
<TpsData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>GPU Random Numbers via the Tiny Encryption Algorithm and perlin noise code 01-05 </Name>
<Location>/Engine/Shaders/Random.usf</Location>
<Date>2016-06-09T18:27:34.0825813-04:00</Date>
<Function>Function that computes pseudo random numbers with only math few instructions.</Function>
<Justification>Very useful for shader programming, all kind of procedural textures, even without UV mapping, can be created with no memory cost</Justification>
<Eula>None available, see http://bpeers.com/blog/?itemid=746</Eula>
<RedistributeTo>
<EndUserGroup>Licensees</EndUserGroup>
<EndUserGroup>Git</EndUserGroup>
<EndUserGroup>P4</EndUserGroup>
</RedistributeTo>
<LicenseFolder>None</LicenseFolder>
</TpsData>