minor update

This commit is contained in:
Blaise Tine
2021-03-20 20:59:11 -04:00
parent 96a03a3edf
commit 8fa78ef059
5 changed files with 67 additions and 59 deletions

View File

@@ -26,6 +26,8 @@
`define MAX_COLOR_WIDTH 8
`define NUM_COLOR_CHANNEL 4
`define TEX_COLOR_BITS 32
`define R5G6B5 `TEX_FORMAT_BITS'h1
`define R8G8B8 `TEX_FORMAT_BITS'h2
`define R8G8B8A8 `TEX_FORMAT_BITS'h3