Cleanup: remove old unimplemented functions declarations.
This commit is contained in:
		@ -137,18 +137,6 @@ RK_EXPORT rk_batch_t rk_create_batch(
 | 
				
			|||||||
    rk_batch_translation_format translation_format,
 | 
					    rk_batch_translation_format translation_format,
 | 
				
			||||||
    rk_batch_orientation_format orientation_format);
 | 
					    rk_batch_orientation_format orientation_format);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//TODO: export math function and take a projection matrix instead of its parameters
 | 
					 | 
				
			||||||
RK_EXPORT void rk_set_projection(
 | 
					 | 
				
			||||||
    float hfov,
 | 
					 | 
				
			||||||
    float ratio,
 | 
					 | 
				
			||||||
    float near,
 | 
					 | 
				
			||||||
    float far);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
//TODO: export math function and take a view matrix instead of its parameters
 | 
					 | 
				
			||||||
RK_EXPORT void rk_set_view(
 | 
					 | 
				
			||||||
    rk_vec3 const & position,
 | 
					 | 
				
			||||||
    rk_vec3 const & lookat);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
RK_EXPORT void rk_begin_frame();
 | 
					RK_EXPORT void rk_begin_frame();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RK_EXPORT void rk_select_texture(
 | 
					RK_EXPORT void rk_select_texture(
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user