compressonator icon indicating copy to clipboard operation
compressonator copied to clipboard

Ability to create a CMP_MipSet from a CMP_Texture

Open misyltoad opened this issue 4 years ago • 2 comments

I can't find a way to do this in the existing API, only from a given file.

misyltoad avatar Dec 21 '20 21:12 misyltoad

@Joshua-Ashton There is no MipSet API for CMP_Texture. If your samples are for BCn codecs, suggest you use CMP_Framework API's as shown in framework examples

NPCompress avatar Jan 13 '21 16:01 NPCompress

I was wanting to automatically generate a mipset from R8G8B8A8 without having to load in a DDS.

misyltoad avatar Jan 13 '21 22:01 misyltoad