gltf icon indicating copy to clipboard operation
gltf copied to clipboard

Add an option to load R, RG, RGB images as RGBA.

Open KaminariOS opened this issue 1 year ago • 2 comments

I tried to use R8G8B8_SRGB format in Vulkan but got an error.

Since most graphics card does not support RGB only image, it would be convenient and faster to load them as RGBA images (using the image crate).

KaminariOS avatar Apr 26 '23 14:04 KaminariOS