X-Git-Url: http://git.mutantstargoat.com?p=demo;a=blobdiff_plain;f=src%2Fgfxapi.cc;h=2987a59c12f129bcec8fc059ac1bcfb2353be0ec;hp=3bda079755fbaf7ad01c8924afe0052066a8c14c;hb=d1a2cf93cf54898bb4ad442da94fc61f2617cf9f;hpb=713e854b6daf2ec0de8538be1e1eb385a213f36c diff --git a/src/gfxapi.cc b/src/gfxapi.cc index 3bda079..2987a59 100644 --- a/src/gfxapi.cc +++ b/src/gfxapi.cc @@ -14,6 +14,8 @@ static Gfx_API api; void (*gfx_clear)(float r, float g, float b); void (*gfx_viewport)(int x, int y, int width, int height); +void (*gfx_zbuffer)(bool enable); +void (*gfx_cull_face)(Gfx_cull_face cf); bool gfx_init(Gfx_API api)