3 using SiliconStudio.Core;
5 namespace SiliconStudio.
Paradox.Graphics
19 CullFront.Name =
"RasterizerState.CullClockwise";
22 CullBack.Name =
"RasterizerState.CullCounterClockwiseFace";
25 CullNone.Name =
"RasterizerState.CullNone";
Describes a rasterizer state.
readonly RasterizerState CullBack
Built-in raterizer state object with settings for culling primitives with counter-clockwise winding o...
Performs primitive-based rendering, creates resources, handles system-level variables, adjusts gamma ramp levels, and creates shaders. See The+GraphicsDevice+class to learn more about the class.
CullMode
Indicates triangles facing a particular direction are not drawn.
Base factory for all Graphics resources.
readonly RasterizerState CullFront
Built-in raterizer state object with settings for culling primitives with clockwise winding order...
readonly RasterizerState CullNone
Built-in raterizer state object with settings for not culling any primitives.
Base factory for RasterizerState.