This API include specific functions for working with the 3D accelerator.
We tried to make the existence of the card transparent to the programmer
so that things should work exactly the same with card or without.
Note that some of the function exist also in the engine API
those function do exactly the same. It is preferred if you use just the function from this
API.
1. STATE_3D_card_check_hardware_support
2. STATE_3D_card_use 3. STATE_3D_card_set_full_screen_mode 4. STATE_3D_card_set_gamma_correction 5. STATE_3D_card_is_full_screen_mode 6. STATE_3D_card_hide_driver_selection_window 7. STATE_3D_card_is_driver_selection_window_visible 8. STATE_3D_card_allow_software_emulation 9. STATE_3D_card_set_bilinear_filtering 10. STATE_3D_card_use_mipmaps 11. STATE_3D_card_set_mipmap_bias_level 12. STATE_3D_card_is_multiple_texture_blending_supported 13. STATE_3D_card_set_antialiasing 14. STATE_3D_card_is_antialiasing_supported 15. STATE_3D_card_show_graphic_mode_setup_window 16. STATE_3D_card_toggle_fullscreen 17. STATE_3D_card_use_software_vertex_processing
|