Fixed names for MinmaxTarget and SeparableTarget tokens.

This commit is contained in:
the_fiddler 2009-09-05 15:31:31 +00:00
parent 36aa7e0e86
commit 06f61eb74f

View file

@ -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: