Close
Relief for ODA Team in Ukraine
Learn more
ODA PRC SDK
API Reference
>
Structs, Records, Enums
>
EPRCTextureWrappingMode Enumeration
EPRCTextureWrappingMode Enumeration
Syntax
C++
enum
EPRCTextureWrappingMode
{
KEPRCTextureWrappingMode_Unknown
,
KEPRCTextureWrappingMode_Repeat
,
KEPRCTextureWrappingMode_ClampToBorder
,
KEPRCTextureWrappingMode_Clamp
,
KEPRCTextureWrappingMode_ClampToEdge
,
KEPRCTextureWrappingMode_MirroredRepeat
};
Members
Members
Description
KEPRCTextureWrappingMode_Unknown
Let the application choose.
KEPRCTextureWrappingMode_Repeat
Display the repeated texture on the surface.
KEPRCTextureWrappingMode_ClampToBorder
Clamp the texture to the border. Display the surface color along the texture limits.
KEPRCTextureWrappingMode_Clamp
Reserved for future use.
KEPRCTextureWrappingMode_ClampToEdge
Reserved for future use.
KEPRCTextureWrappingMode_MirroredRepeat
Reserved for future use.
Description
Enumeration represents available texture repeating and clamping modes.
File:
PrcDefines.h
Was this documentation helpful?
We are sorry. Please tell us what we can improve.
*
Great! Please provide additional feedback.
(Optional)
Thank you for your feedback!
Please wait...
Something went wrong!