Last step for FDepthComponent and FDepthStencil seperation. Hope it doesn't break anything.

This commit is contained in:
rdb 2009-01-31 18:40:47 +00:00
parent 454dca9dfe
commit 9c1d4eb0fc
1 changed files with 2 additions and 1 deletions

View File

@ -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 {