3#include <Texture/TextureDLL.h>
5#include <Foundation/Reflection/Reflection.h>
20 using StorageType = plUInt8;
35 using StorageType = plUInt8;
60 using StorageType = plUInt8;
76 using StorageType = plUInt8;
91 using StorageType = plUInt8;
121 using StorageType = plUInt8;
Defines which filter kernel is used to approximate the x/y bump map gradients.
Definition TexConvEnums.h:111
Enum
Definition TexConvEnums.h:113
@ Finite
Simple finite differences in a 4-Neighborhood.
Definition TexConvEnums.h:114
@ Scharr
Scharr kernel (8-Neighborhood)
Definition TexConvEnums.h:116
@ Sobel
Sobel kernel (8-Neighborhood)
Definition TexConvEnums.h:115
Defines which channel of another texture to read to get a value.
Definition TexConvEnums.h:96
Enum
Definition TexConvEnums.h:98
@ Red
read the RED channel
Definition TexConvEnums.h:99
@ Blue
read the BLUE channel
Definition TexConvEnums.h:101
@ Green
read the GREEN channel
Definition TexConvEnums.h:100
@ White
don't read any channel, just take the constant value 0xFF / 1.0f
Definition TexConvEnums.h:105
@ Black
don't read any channel, just take the constant value 0
Definition TexConvEnums.h:104
@ Alpha
read the ALPHA channel
Definition TexConvEnums.h:102
Definition TexConvEnums.h:24
Definition TexConvEnums.h:66
Enum
Definition TexConvEnums.h:68
@ None
Mipmap generation is disabled, output will have no mipmaps.
Definition TexConvEnums.h:69
Definition TexConvEnums.h:8
Definition TexConvEnums.h:41
Enum
Definition TexConvEnums.h:43
@ Auto
Target format will be detected from heuristics (filename, content)
Definition TexConvEnums.h:44