mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 02:05:29 +00:00
Fixed names for MinmaxTarget and SeparableTarget tokens.
This commit is contained in:
parent
316b5f265d
commit
fd8e750ad3
|
@ -6277,7 +6277,7 @@ GetConvolutionParameterPName enum:
|
|||
MAX_CONVOLUTION_WIDTH = 0x801A
|
||||
MAX_CONVOLUTION_HEIGHT = 0x801B
|
||||
|
||||
SeparableFilterTarget enum:
|
||||
SeparableTarget enum:
|
||||
SEPARABLE_2D = 0x8012 # 1 I
|
||||
|
||||
EnableCap enum:
|
||||
|
@ -6286,7 +6286,7 @@ EnableCap enum:
|
|||
SEPARABLE_2D = 0x8012
|
||||
|
||||
# Promoted from EXT_histogram
|
||||
MinMaxTarget enum:
|
||||
MinmaxTarget enum:
|
||||
MINMAX = 0x802E
|
||||
|
||||
GetMinmaxParameterPName enum:
|
||||
|
|
Loading…
Reference in a new issue