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
|
589834f562
|
VideoCommon: add cubemap as a sampler target for shaders, add cubemap as a valid texture asset
|
2023-09-05 21:11:19 -05:00 |
iwubcode
|
7c52a52440
|
VideoCommon: add TextureData structure that contains the raw texture data, a sampler, and the type of texture information
|
2023-08-24 00:35:31 -05:00 |
iwubcode
|
c93940c6ee
|
VideoCommon: add multithreaded asset loader and define a texture asset
|
2023-06-02 17:31:31 -05:00 |