mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 12:23:41 +01:00
Some auto-formatting and ROS iteration for lookups.
This commit is contained in:
parent
cca626449d
commit
2a2fa3bf1d
4 changed files with 71 additions and 67 deletions
|
|
@ -1,3 +1,4 @@
|
|||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using FFXIVClientStructs.FFXIV.Client.Graphics.Render;
|
||||
|
||||
|
|
@ -41,4 +42,7 @@ public unsafe struct Material
|
|||
[FieldOffset( 0x10 )]
|
||||
public uint SamplerFlags;
|
||||
}
|
||||
|
||||
public ReadOnlySpan<TextureEntry> TextureSpan
|
||||
=> new(Textures, TextureCount);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue