offscreen_gl_context 0.25.1

Creation and manipulation of HW accelerated offscreen rendering contexts in multiple platforms. Originally intended for the Servo project's WebGL implementation.
Documentation
1
2
3
4
5
6
7
8
.PHONY: all tests

all:
	@echo > /dev/null


tests:
	cargo test --verbose

	cargo test --features texture_surface --verbose

	cargo test --features "test_osmesa" --verbose