iwubcode
|
0e8f8ea930
|
VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData' for texture assets, this allows us to provide additional metadata for textures. Such as a sampler or type information (to distinguish cube maps)
|
2023-10-10 09:58:14 -05:00 |
|
iwubcode
|
62fee2f3b6
|
VideoCommon: add loading cube maps from DDS files and loading it into our custom texture object. Custom texture object now has the concept of slices in addition to levels. Traditional custom textures have a single slice
|
2023-09-02 20:20:09 -05:00 |
|
iwubcode
|
e028d2ead0
|
VideoCommon: move custom texture data to assets
|
2023-06-02 14:07:42 -05:00 |
|
iwubcode
|
b2c5a5485a
|
VideoCommon: add custom asset implementation and asset library that can load an asset
|
2023-06-01 19:57:57 -05:00 |
|