mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 13:59:19 +02:00
fix gtao glitches; add timer to measure animation phase
This commit is contained in:
@@ -54,6 +54,7 @@ SamplerState g_samplerPointClamp : register( s0 );
|
||||
// Engine-specific normal map loader
|
||||
lpfloat3 LoadNormal( int2 pos )
|
||||
{
|
||||
return (float3)0.;
|
||||
#if 0
|
||||
// special decoding for external normals stored in 11_11_10 unorm - modify appropriately to support your own encoding
|
||||
uint packedInput = g_srcNormalmap.Load( int3(pos, 0) ).x;
|
||||
|
||||
Reference in New Issue
Block a user