Changes between Version 10 and Version 11 of GcnMemHandling


Ignore:
Timestamp:
01/19/16 17:00:44 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnMemHandling

    v10 v11  
    497497<tr>
    498498<td>40-51</td>
    499 <td>MINLOD</td>
     499<td>MIN_LOD</td>
    500500<td>Min LOD in format 4.8</td>
    501501</tr>
     
    16081608<li>lod - for IMAGE_*_L - LOD</li>
    16091609</ul>
     1610<p>The LOD (Level of details) parameter choose MIPMAP: just a LOD reflects mipmap index.
     1611By default, LOD are calculated as maximum value of image's MIN_LOD and sampler's MIN_LOD.
     1612The linear MIP filtering get value from two nearest mipmaps to choosen LOD.</p>
    16101613<p>About accuracy: Threshold of coordinates for image's sampling are 1/256 of distance
    16111614between pixels.</p>