Test PR for generating cubemap mips

note ibl skips prefilter step and prefilter just becomes the cubeRefl.getCubemap()

Generates cubemap mip levels after the bake correctly on DX side.
This commit is contained in:
marauder2k7 2024-04-18 07:56:52 +01:00
parent 848db69ef1
commit ce4d861658
10 changed files with 70 additions and 93 deletions

View file

@ -70,6 +70,7 @@ public:
/// Returns the size of the faces.
virtual U32 getSize() const = 0;
virtual void generateMipMaps() = 0;
/// Returns the face texture format.
virtual GFXFormat getFormat() const = 0;