mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 08:33:53 +00:00
Update README.md
This commit is contained in:
@@ -72,9 +72,9 @@ Many variations and optimizations of this basic idea are possible.
|
||||

|
||||

|
||||
|
||||
This screenshot shows how the pixel shader computes texture block boundaries in effective mipmap space. To see this visualization, press '1' to enable deblocking, then '2' to enable block edge visualization. Only white areas in this visualization are modified by this shader, leaving the inner block texels unmodified.
|
||||
These screenshots shows how the pixel shader computes texture block boundaries in effective mipmap space. To see this visualization, press '1' to enable deblocking, then '2' to enable block edge visualization. Only white areas in this visualization are modified by this shader, leaving the inner block texels unmodified.
|
||||
|
||||
Obviously, it's crucial that the block size passed into the shader via constants exactly matches the ASTC texture's block size.
|
||||
Obviously, it's crucial that the block size passed into the shader via constants exactly matches the ASTC texture's block size, or the filtering applied won't align with the actual ASTC block artifacts.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user