Du kannst nicht mehr als 25 Themen auswählen
Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
12345678910 |
- #ifndef UNIVERSAL_SHADOWS_DEPRECATED_INCLUDED
- #define UNIVERSAL_SHADOWS_DEPRECATED_INCLUDED
-
- // Deprecated: Reduce the number of unique samplers by using inline samplers instead.
- // Some graphics APIs support only a low number of unique active samplers.
- #define sampler_ScreenSpaceShadowmapTexture sampler_PointClamp
- #define sampler_MainLightShadowmapTexture sampler_LinearClampCompare
- #define sampler_AdditionalLightsShadowmapTexture sampler_LinearClampCompare
-
- #endif
|