1D textures. Maybe.

This commit is contained in:
gibbed
2017-01-10 00:04:41 -06:00
parent cec8932605
commit a95de67b8c
6 changed files with 195 additions and 3 deletions

View File

@@ -231,7 +231,12 @@ struct TextureInfo {
union {
struct {
uint32_t width;
uint32_t logical_width;
uint32_t block_width;
uint32_t input_width;
uint32_t input_pitch;
uint32_t output_width;
uint32_t output_pitch;
} size_1d;
struct {
uint32_t logical_width;