-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
134 changed files
with
5,747 additions
and
3,837 deletions.
There are no files selected for viewing
410 changes: 207 additions & 203 deletions
410
modules/overrungl.opengl/src/generator/kotlin/overrungl/opengl/OpenGLGenerator.kt
Large diffs are not rendered by default.
Oops, something went wrong.
807 changes: 72 additions & 735 deletions
807
modules/overrungl.opengl/src/main/java/overrungl/opengl/GLExtCaps.java
Large diffs are not rendered by default.
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
modules/overrungl.opengl/src/main/java/overrungl/opengl/ext/GL3DFXMultisample.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* MIT License | ||
* | ||
* Copyright (c) 2022-2023 Overrun Organization | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
* in the Software without restriction, including without limitation the rights | ||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
* copies of the Software, and to permit persons to whom the Software is | ||
* furnished to do so, subject to the following conditions: | ||
* | ||
* The above copyright notice and this permission notice shall be included in all | ||
* copies or substantial portions of the Software. | ||
*/ | ||
|
||
// This file is auto-generated. DO NOT EDIT! | ||
package overrungl.opengl.ext; | ||
|
||
import overrungl.*; | ||
import overrungl.opengl.*; | ||
import java.lang.foreign.*; | ||
import static java.lang.foreign.FunctionDescriptor.*; | ||
import static java.lang.foreign.ValueLayout.*; | ||
import static overrungl.opengl.GLLoader.*; | ||
|
||
/** | ||
* {@code GL_3DFX_multisample} | ||
*/ | ||
public final class GL3DFXMultisample { | ||
public static final int GL_MULTISAMPLE_3DFX = 0x86B2; | ||
public static final int GL_SAMPLE_BUFFERS_3DFX = 0x86B3; | ||
public static final int GL_SAMPLES_3DFX = 0x86B4; | ||
public static final int GL_MULTISAMPLE_BIT_3DFX = 0x20000000; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
...les/overrungl.opengl/src/main/java/overrungl/opengl/ext/GL3DFXTextureCompressionFXT1.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* | ||
* MIT License | ||
* | ||
* Copyright (c) 2022-2023 Overrun Organization | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
* in the Software without restriction, including without limitation the rights | ||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
* copies of the Software, and to permit persons to whom the Software is | ||
* furnished to do so, subject to the following conditions: | ||
* | ||
* The above copyright notice and this permission notice shall be included in all | ||
* copies or substantial portions of the Software. | ||
*/ | ||
|
||
// This file is auto-generated. DO NOT EDIT! | ||
package overrungl.opengl.ext; | ||
|
||
import overrungl.*; | ||
import overrungl.opengl.*; | ||
import java.lang.foreign.*; | ||
import static java.lang.foreign.FunctionDescriptor.*; | ||
import static java.lang.foreign.ValueLayout.*; | ||
import static overrungl.opengl.GLLoader.*; | ||
|
||
/** | ||
* {@code GL_3DFX_texture_compression_FXT1} | ||
*/ | ||
public final class GL3DFXTextureCompressionFXT1 { | ||
public static final int GL_COMPRESSED_RGB_FXT1_3DFX = 0x86B0; | ||
public static final int GL_COMPRESSED_RGBA_FXT1_3DFX = 0x86B1; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
modules/overrungl.opengl/src/main/java/overrungl/opengl/ext/GLHPConvolutionBorderModes.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* | ||
* MIT License | ||
* | ||
* Copyright (c) 2022-2023 Overrun Organization | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
* in the Software without restriction, including without limitation the rights | ||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
* copies of the Software, and to permit persons to whom the Software is | ||
* furnished to do so, subject to the following conditions: | ||
* | ||
* The above copyright notice and this permission notice shall be included in all | ||
* copies or substantial portions of the Software. | ||
*/ | ||
|
||
// This file is auto-generated. DO NOT EDIT! | ||
package overrungl.opengl.ext; | ||
|
||
import overrungl.*; | ||
import overrungl.opengl.*; | ||
import java.lang.foreign.*; | ||
import static java.lang.foreign.FunctionDescriptor.*; | ||
import static java.lang.foreign.ValueLayout.*; | ||
import static overrungl.opengl.GLLoader.*; | ||
|
||
/** | ||
* {@code GL_HP_convolution_border_modes} | ||
*/ | ||
public final class GLHPConvolutionBorderModes { | ||
public static final int GL_IGNORE_BORDER_HP = 0x8150; | ||
public static final int GL_CONSTANT_BORDER_HP = 0x8151; | ||
public static final int GL_REPLICATE_BORDER_HP = 0x8153; | ||
public static final int GL_CONVOLUTION_BORDER_COLOR_HP = 0x8154; | ||
} |
Oops, something went wrong.