mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Made all classes final
This commit is contained in:
parent
e2f13953d2
commit
4b1f4cc7d9
94 changed files with 100 additions and 100 deletions
|
|
@ -40,7 +40,7 @@ package org.lwjgl.opengl;
|
|||
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
public class ATIMapObjectBuffer {
|
||||
public final class ATIMapObjectBuffer {
|
||||
|
||||
/**
|
||||
* glMapObjectBufferATI maps a gl object buffer to a ByteBuffer. The oldBuffer argument can be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue