Methods
platform(clx::platform rhs) -> void
flags(std::string rhs) -> void
devices(std::string name) -> void
context(Device_type type) -> void
platform(std::string suffix) -> void
operator clx::context()
display(void * rhs) -> void
opengl_context(void * rhs) -> void
compiler() -> clx::compiler &
compiler_copy() -> clx::compiler
pipeline() -> Pipeline &
platform() -> clx::platform
context() -> clx::context
read(std::string filename, std::istream & in) -> void
close() -> void
open(std::string filename) -> void
Context(std::string filename)explicit
Context()
Derived classes
Methods
context() const -> const Context *
context() -> Context *
context(Context * rhs) -> voidvirtual
~Context_base()virtual
Context_base()