mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-18 12:54:10 +00:00
Made all classes final
This commit is contained in:
parent
e2f13953d2
commit
4b1f4cc7d9
94 changed files with 100 additions and 100 deletions
|
|
@ -39,7 +39,7 @@
|
|||
*/
|
||||
package org.lwjgl.opengl;
|
||||
|
||||
public class NVPackedDepthStencil
|
||||
public final class NVPackedDepthStencil
|
||||
{
|
||||
public static final int GL_DEPTH_STENCIL_NV = 0x84F9;
|
||||
public static final int GL_UNSIGNED_INT_24_8_NV = 0x84FA;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue