Ejemplo n.º 1
0
	/**
	 *  @alsymbols
	 *  @alcfunref{CreateContext}
	 */
	Context(
		const Device& device,
		const FinishedContextAttribs& attribs
	): ContextOps(
		device._device,
		OALPLUS_ALCFUNC(CreateContext)(
			device._device,
			attribs.Get()
		)
	)
	{
		OALPLUS_CHECK_SIMPLE_ALC(_device, CreateContext);
	}