Kaynağa Gözat

gallium: added some assertions to st_render_texture() to check surface format

Make sure we can really render to the texture surface given its format.
tags/mesa_20090313
Brian Paul 17 yıl önce
ebeveyn
işleme
dd9dc7df80
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      src/mesa/state_tracker/st_cb_fbo.c

+ 2
- 0
src/mesa/state_tracker/st_cb_fbo.c Dosyayı Görüntüle

@@ -370,6 +370,8 @@ st_render_texture(GLcontext *ctx,
att->TextureLevel,
att->Zoffset);
assert(strb->surface);
assert(screen->is_format_supported(screen, strb->surface->format, PIPE_TEXTURE));
assert(screen->is_format_supported(screen, strb->surface->format, PIPE_SURFACE));

init_renderbuffer_bits(strb, pt->format);


Loading…
İptal
Kaydet