From 9c1d4eb0fcb57031615afdb4e222fbd44b78b716 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 31 Jan 2009 18:40:47 +0000 Subject: [PATCH] Last step for FDepthComponent and FDepthStencil seperation. Hope it doesn't break anything. --- panda/src/gobj/texture.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panda/src/gobj/texture.h b/panda/src/gobj/texture.h index 7bce67921f..59a2d2f7c1 100644 --- a/panda/src/gobj/texture.h +++ b/panda/src/gobj/texture.h @@ -77,7 +77,6 @@ PUBLISHED: enum Format { F_depth_stencil = 1, - F_depth_component = 1, F_color_index, F_red, F_green, @@ -111,6 +110,8 @@ PUBLISHED: F_rgba16, // 16 bits per R,G,B,A channel F_rgba32, // 32 bits per R,G,B,A channel + + F_depth_component, }; enum FilterType {