Home
last modified time | relevance | path

Searched defs:EmscriptenWebGLContextAttributes (Results 1 – 5 of 5) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/system/include/emscripten/
H A Dhtml5_webgl.h28 typedef struct EmscriptenWebGLContextAttributes { struct
45 } EmscriptenWebGLContextAttributes; argument
/dports/graphics/panomatic/panomatic-0.9.4/zthread/include/zthread/
H A DCancelable.h18 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23 #ifndef __ZTCANCELABLE_H__
24 #define __ZTCANCELABLE_H__
26 #include "zthread/Exceptions.h"
28 namespace ZThread {
31 * @class Cancelable
33 * @author Eric Crahen <http://www.code-foo.com>
45 * been assigned to it, but it will <i>not</i> take on any new responsibility. in emscripten_webgl_init_context_attributes()
49 * A cancel()ed should complete its responsibilities as soon as possible. in emscripten_webgl_init_context_attributes()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/glutin_emscripten_sys-0.1.0/src/
H A Dlib.rs18 pub struct EmscriptenWebGLContextAttributes { struct
19 pub alpha: EM_BOOL,
20 pub depth: EM_BOOL,
21 pub stencil: EM_BOOL,
22 pub antialias: EM_BOOL,
46 attributes: *mut EmscriptenWebGLContextAttributes, in emscripten_webgl_init_context_attributes()
50 attributes: *const EmscriptenWebGLContextAttributes, in emscripten_webgl_create_context()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/glutin_emscripten_sys-0.1.1/src/
H A Dlib.rs18 pub struct EmscriptenWebGLContextAttributes { struct
19 pub alpha: EM_BOOL,
20 pub depth: EM_BOOL,
21 pub stencil: EM_BOOL,
22 pub antialias: EM_BOOL,
46 attributes: *mut EmscriptenWebGLContextAttributes, in emscripten_webgl_init_context_attributes()
50 attributes: *const EmscriptenWebGLContextAttributes, in emscripten_webgl_create_context()
/dports/games/dose-response/dose-response-179c326/cargo-crates/glutin_emscripten_sys-0.1.0/src/
H A Dlib.rs18 pub struct EmscriptenWebGLContextAttributes { struct
19 pub alpha: EM_BOOL,
20 pub depth: EM_BOOL,
21 pub stencil: EM_BOOL,
22 pub antialias: EM_BOOL,
46 attributes: *mut EmscriptenWebGLContextAttributes, in emscripten_webgl_init_context_attributes()
50 attributes: *const EmscriptenWebGLContextAttributes, in emscripten_webgl_create_context()