|
@@ -49,6 +49,7 @@ PUBLISHED:
|
|
|
F_disable_alpha_write = 0, // Suppress writes to color buffer alpha channel.
|
|
F_disable_alpha_write = 0, // Suppress writes to color buffer alpha channel.
|
|
|
F_subsume_alpha_test = 1, // Shader promises to subsume the alpha test using TEXKILL
|
|
F_subsume_alpha_test = 1, // Shader promises to subsume the alpha test using TEXKILL
|
|
|
F_hardware_skinning = 2, // Shader needs pre-animated vertices
|
|
F_hardware_skinning = 2, // Shader needs pre-animated vertices
|
|
|
|
|
+ F_shader_point_size = 3, // Shader provides point size, not RenderModeAttrib
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
INLINE bool has_shader() const;
|
|
INLINE bool has_shader() const;
|