Enum SurfaceFlags NamespaceSdl3Sharp.Video AssemblySdl3Sharp.dll Represents flags for a Surface [Flags] public enum SurfaceFlags : uint Fields LockNeeded = 2 Locking is needed for the Surface before accessing it's pixel memory Locked = 4 The Surface is currently locked PreAllocated = 1 The Surface uses pre-allocated pixel memory SimdAligned = 8 The Surface uses pixel memory that's aligned for SIMD operations