Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Oct 13, 2024
1 parent 692840b commit d5a5673
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Robust.Client/Graphics/IClyde.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@ OwnedTexture CreateBlankTexture<T>(
in TextureLoadParameters? loadParams = null)
where T : unmanaged, IPixel<T>;

void BlurRenderTarget(
IClydeViewport viewport,
DrawingHandleWorld worldHandle,
Box2Rotated bounds,
IRenderTarget target,
IEye eye,
float multiplier = 14f);

IRenderTexture CreateLightRenderTarget(Vector2i size, string? name = null, bool depthStencil = true);

IRenderTexture CreateRenderTarget(Vector2i size, RenderTargetFormatParameters format,
Expand Down

0 comments on commit d5a5673

Please sign in to comment.