mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-25 08:56:54 +00:00
Added Version13.TextureCompressed value to GetTextureParameter enum.
This commit is contained in:
parent
938b2b8519
commit
7fee81afcf
|
@ -90,7 +90,7 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# Edited by StApostol. Revision 1
|
# Edited by Stefanos Apostolopoulos for OpenTK. Revision 2
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
@ -1236,6 +1236,9 @@ GetTextureParameter enum:
|
||||||
use SGIX_texture_scale_bias POST_TEXTURE_FILTER_BIAS_SGIX
|
use SGIX_texture_scale_bias POST_TEXTURE_FILTER_BIAS_SGIX
|
||||||
use SGIX_texture_scale_bias POST_TEXTURE_FILTER_SCALE_SGIX
|
use SGIX_texture_scale_bias POST_TEXTURE_FILTER_SCALE_SGIX
|
||||||
|
|
||||||
|
# Revision 2
|
||||||
|
use VERSION_1_3 TEXTURE_COMPRESSED
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
HintMode enum:
|
HintMode enum:
|
||||||
|
|
Loading…
Reference in a new issue