Home
last modified time | relevance | path

Searched refs:profileES (Results 1 – 1 of 1) sorted by relevance

/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/opengl/
H A DContextAttribs.java298 public ContextAttribs withProfileES(boolean profileES) { in withProfileES() argument
302 return toggleMask(CONTEXT_ES2_PROFILE_BIT_EXT, profileES); in withProfileES()