gobj: add F_r32i and F_r32 to TexturePeeker

This commit is contained in:
rdb 2018-07-04 20:31:08 +02:00
parent e9e18c2277
commit 00888518fe

View File

@ -108,6 +108,8 @@ TexturePeeker(Texture *tex, Texture::CData *cdata) {
case Texture::F_depth_component32:
case Texture::F_red:
case Texture::F_r16:
case Texture::F_r32:
case Texture::F_r32i:
_get_texel = get_texel_r;
break;