Cleanup: GPUState: Remove GPU_state_init()

This commit is contained in:
2020-08-18 21:23:15 +02:00
parent e5796233c7
commit 33fde699e2
4 changed files with 0 additions and 17 deletions

View File

@@ -104,12 +104,6 @@ typedef enum eGPUProvokingVertex {
extern "C" {
#endif
/* Initialize
* - sets the default Blender opengl state, if in doubt, check
* the contents of this function
* - this is called when starting Blender, for opengl rendering. */
void GPU_state_init(void);
void GPU_blend(eGPUBlend blend);
void GPU_face_culling(eGPUFaceCullTest culling);
void GPU_front_facing(bool invert);