Allow/require renderers to enable alpha blending when needed. Fixes voxel shadow issues.
This commit is contained in:
@@ -54,6 +54,9 @@ namespace OpenRA.FileFormats.Graphics
|
||||
|
||||
void EnableDepthBuffer();
|
||||
void DisableDepthBuffer();
|
||||
|
||||
void EnableAlphaBlending();
|
||||
void DisableAlphaBlending();
|
||||
}
|
||||
|
||||
public interface IVertexBuffer<T>
|
||||
|
||||
Reference in New Issue
Block a user