Files
Misaki.HighPerformance/docs/documents/api/toc.yml

725 lines
25 KiB
YAML

### YamlMime:TableOfContent
items:
- uid: Misaki.HighPerformance
name: Misaki.HighPerformance
type: Namespace
items:
- uid: Misaki.HighPerformance.AtomicCounter32
name: AtomicCounter32
type: Struct
- uid: Misaki.HighPerformance.AtomicCounter64
name: AtomicCounter64
type: Struct
- uid: Misaki.HighPerformance.SeqLock
name: SeqLock
type: Struct
- uid: Misaki.HighPerformance.Buffer
name: Misaki.HighPerformance.Buffer
type: Namespace
items:
- uid: Misaki.HighPerformance.Buffer.ObjectPool`1
name: ObjectPool<T>
type: Class
- uid: Misaki.HighPerformance.Collections
name: Misaki.HighPerformance.Collections
type: Namespace
items:
- uid: Misaki.HighPerformance.Collections.ConcurrentSlotMap`1
name: ConcurrentSlotMap<T>
type: Class
- uid: Misaki.HighPerformance.Collections.ConcurrentSlotMap`1.Enumerator
name: ConcurrentSlotMap<T>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.Collections.DynamicArray`1
name: DynamicArray<T>
type: Class
- uid: Misaki.HighPerformance.Collections.SlotMap`1
name: SlotMap<T>
type: Class
- uid: Misaki.HighPerformance.Collections.SlotMap`1.Enumerator
name: SlotMap<T>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.Collections.SparseSet`1
name: SparseSet<T>
type: Class
- uid: Misaki.HighPerformance.Collections.SparseSet`1.Enumerator
name: SparseSet<T>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.Jobs
name: Misaki.HighPerformance.Jobs
type: Namespace
items:
- uid: Misaki.HighPerformance.Jobs.CustomJobDesc`1
name: CustomJobDesc<T>
type: Struct
- uid: Misaki.HighPerformance.Jobs.ICustomJob`1
name: ICustomJob<TSelf>
type: Interface
- uid: Misaki.HighPerformance.Jobs.IJob
name: IJob
type: Interface
- uid: Misaki.HighPerformance.Jobs.IJobExtensions
name: IJobExtensions
type: Class
- uid: Misaki.HighPerformance.Jobs.IJobParallel
name: IJobParallel
type: Interface
- uid: Misaki.HighPerformance.Jobs.IJobParallelExtensions
name: IJobParallelExtensions
type: Class
- uid: Misaki.HighPerformance.Jobs.IJobParallelFor
name: IJobParallelFor
type: Interface
- uid: Misaki.HighPerformance.Jobs.IJobParallelForExtensions
name: IJobParallelForExtensions
type: Class
- uid: Misaki.HighPerformance.Jobs.JobExecutionContext
name: JobExecutionContext
type: Struct
- uid: Misaki.HighPerformance.Jobs.JobHandle
name: JobHandle
type: Struct
- uid: Misaki.HighPerformance.Jobs.JobPriority
name: JobPriority
type: Enum
- uid: Misaki.HighPerformance.Jobs.JobRanges
name: JobRanges
type: Struct
- uid: Misaki.HighPerformance.Jobs.JobScheduler
name: JobScheduler
type: Class
- uid: Misaki.HighPerformance.Jobs.JobSchedulerDesc
name: JobSchedulerDesc
type: Struct
- uid: Misaki.HighPerformance.Jobs.JobState
name: JobState
type: Enum
- uid: Misaki.HighPerformance.Jobs.SPMCQueue`1
name: SPMCQueue<T>
type: Class
- uid: Misaki.HighPerformance.LowLevel
name: Misaki.HighPerformance.LowLevel
type: Namespace
items:
- uid: Misaki.HighPerformance.LowLevel.DisposablePtr`1
name: DisposablePtr<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.FunctionPointer`1
name: FunctionPointer<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.MemoryLeakException
name: MemoryLeakException
type: Class
- uid: Misaki.HighPerformance.LowLevel.NonCopyableAttribute
name: NonCopyableAttribute
type: Class
- uid: Misaki.HighPerformance.LowLevel.OwnershipTransferAttribute
name: OwnershipTransferAttribute
type: Class
- uid: Misaki.HighPerformance.LowLevel.Ref`1
name: Ref<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.SharedPtr`1
name: SharedPtr<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.UniquePtr`1
name: UniquePtr<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer
name: Misaki.HighPerformance.LowLevel.Buffer
type: Namespace
items:
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationHandle
name: AllocationHandle
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationInfo
name: AllocationInfo
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManager
name: AllocationManager
type: Class
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationManagerDesc
name: AllocationManagerDesc
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.AllocationOption
name: AllocationOption
type: Enum
- uid: Misaki.HighPerformance.LowLevel.Buffer.Arena
name: Arena
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.Arena.CreationOptions
name: Arena.CreationOptions
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.DynamicArena
name: DynamicArena
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.DynamicArena.CreationOptions
name: DynamicArena.CreationOptions
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.FreeList
name: FreeList
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.FreeList.CreationOptions
name: FreeList.CreationOptions
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.IAllocator
name: IAllocator
type: Interface
- uid: Misaki.HighPerformance.LowLevel.Buffer.IMemoryAllocator`2
name: IMemoryAllocator<TSelf, TOpts>
type: Interface
- uid: Misaki.HighPerformance.LowLevel.Buffer.MemoryBlock
name: MemoryBlock
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.MemoryDiagnostic
name: MemoryDiagnostic
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.MemoryHandle
name: MemoryHandle
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.MemoryPool`2
name: MemoryPool<TAllocator, TOpts>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.MemorySnapshot
name: MemorySnapshot
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.Stack
name: Stack
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.Stack.CreationOptions
name: Stack.CreationOptions
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.Stack.Scope
name: Stack.Scope
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.TLSF
name: TLSF
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.TLSF.CreationOptions
name: TLSF.CreationOptions
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.VirtualArena
name: VirtualArena
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.VirtualArena.CreationOptions
name: VirtualArena.CreationOptions
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.VirtualMemoryBlock
name: VirtualMemoryBlock
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.VirtualStack
name: VirtualStack
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.VirtualStack.CreationOptions
name: VirtualStack.CreationOptions
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Buffer.VirtualStack.Scope
name: VirtualStack.Scope
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections
name: Misaki.HighPerformance.LowLevel.Collections
type: Namespace
items:
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedString1024
name: FixedString1024
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedString128
name: FixedString128
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedString2048
name: FixedString2048
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedString256
name: FixedString256
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedString32
name: FixedString32
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedString4096
name: FixedString4096
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedString512
name: FixedString512
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedString64
name: FixedString64
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText1024
name: FixedText1024
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText128
name: FixedText128
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText2048
name: FixedText2048
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText256
name: FixedText256
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText32
name: FixedText32
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText4096
name: FixedText4096
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText512
name: FixedText512
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.FixedText64
name: FixedText64
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.HashMapHelper`1
name: HashMapHelper<TKey>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.ReadOnlyUnsafeCollection`1
name: ReadOnlyUnsafeCollection<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.ReadOnlyUnsafeCollection`1.Enumerator
name: ReadOnlyUnsafeCollection<T>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.SpanBitSet
name: SpanBitSet
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.SpanBitSet.Iterator
name: SpanBitSet.Iterator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeArray`1
name: UnsafeArray<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeArray`1.Enumerator
name: UnsafeArray<T>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeBitSet
name: UnsafeBitSet
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeBitSet.Iterator
name: UnsafeBitSet.Iterator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1
name: UnsafeChunkedList<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.Enumerator
name: UnsafeChunkedList<T>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelReader
name: UnsafeChunkedList<T>.ParallelReader
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeChunkedList`1.ParallelWriter
name: UnsafeChunkedList<T>.ParallelWriter
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashMap`2
name: UnsafeHashMap<TKey, TValue>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashMap`2.Enumerator
name: UnsafeHashMap<TKey, TValue>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1
name: UnsafeHashSet<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeHashSet`1.Enumerator
name: UnsafeHashSet<T>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1
name: UnsafeList<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.Enumerator
name: UnsafeList<T>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelReader
name: UnsafeList<T>.ParallelReader
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeList`1.ParallelWriter
name: UnsafeList<T>.ParallelWriter
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeMultiHashMap`2
name: UnsafeMultiHashMap<TKey, TValue>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeMultiHashMap`2.Enumerator
name: UnsafeMultiHashMap<TKey, TValue>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeMultiHashMap`2.Iterator
name: UnsafeMultiHashMap<TKey, TValue>.Iterator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeMultiHashMap`2.ValueEnumerable
name: UnsafeMultiHashMap<TKey, TValue>.ValueEnumerable
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeMultiHashMap`2.ValueEnumerator
name: UnsafeMultiHashMap<TKey, TValue>.ValueEnumerator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeParallelHashMapData`2
name: UnsafeParallelHashMapData<TKey, TValue>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeParallelHashMap`2
name: UnsafeParallelHashMap<TKey, TValue>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeParallelHashMap`2.ParallelWriter
name: UnsafeParallelHashMap<TKey, TValue>.ParallelWriter
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeParallelQueue`1
name: UnsafeParallelQueue<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeParallelQueue`1.ParallelConsumer
name: UnsafeParallelQueue<T>.ParallelConsumer
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeParallelQueue`1.ParallelProducer
name: UnsafeParallelQueue<T>.ParallelProducer
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeQueue`1
name: UnsafeQueue<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeQueue`1.Enumerator
name: UnsafeQueue<T>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeSlotMap`1
name: UnsafeSlotMap<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeSlotMap`1.Enumerator
name: UnsafeSlotMap<T>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeSparseSet`1
name: UnsafeSparseSet<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeSparseSet`1.Enumerator
name: UnsafeSparseSet<T>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeStack`1
name: UnsafeStack<T>
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.UnsafeStack`1.Enumerator
name: UnsafeStack<T>.Enumerator
type: Struct
- uid: Misaki.HighPerformance.LowLevel.Collections.Contracts
name: Misaki.HighPerformance.LowLevel.Collections.Contracts
type: Namespace
items:
- uid: Misaki.HighPerformance.LowLevel.Collections.Contracts.IUnsafeCollection
name: IUnsafeCollection
type: Interface
- uid: Misaki.HighPerformance.LowLevel.Collections.Contracts.IUnsafeCollection`1
name: IUnsafeCollection<T>
type: Interface
- uid: Misaki.HighPerformance.LowLevel.Collections.Contracts.IUnsafeHashCollection`1
name: IUnsafeHashCollection<T>
type: Interface
- uid: Misaki.HighPerformance.LowLevel.Utilities
name: Misaki.HighPerformance.LowLevel.Utilities
type: Namespace
items:
- uid: Misaki.HighPerformance.LowLevel.Utilities.MemoryUtility
name: MemoryUtility
type: Class
- uid: Misaki.HighPerformance.LowLevel.Utilities.UnsafeCollectionUtility
name: UnsafeCollectionUtility
type: Class
- uid: Misaki.HighPerformance.LowLevel.Utilities.UnsafeUtility
name: UnsafeUtility
type: Class
- uid: Misaki.HighPerformance.LowLevel.Utilities.VirtualAllocationFlags
name: VirtualAllocationFlags
type: Enum
- uid: Misaki.HighPerformance.Mathematics
name: Misaki.HighPerformance.Mathematics
type: Namespace
items:
- uid: Misaki.HighPerformance.Mathematics.NumericConvertableAttribute
name: NumericConvertableAttribute
type: Class
- uid: Misaki.HighPerformance.Mathematics.NumericTypeAttribute
name: NumericTypeAttribute
type: Class
- uid: Misaki.HighPerformance.Mathematics.SupportedMatrixMath
name: SupportedMatrixMath
type: Enum
- uid: Misaki.HighPerformance.Mathematics.SupportedVectorMath
name: SupportedVectorMath
type: Enum
- uid: Misaki.HighPerformance.Mathematics.VectorExtension
name: VectorExtension
type: Class
- uid: Misaki.HighPerformance.Mathematics.VectorInterop
name: VectorInterop
type: Class
- uid: Misaki.HighPerformance.Mathematics.bool2
name: bool2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.bool2x2
name: bool2x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.bool2x3
name: bool2x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.bool2x4
name: bool2x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.bool3
name: bool3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.bool3x2
name: bool3x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.bool3x3
name: bool3x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.bool3x4
name: bool3x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.bool4
name: bool4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.bool4x2
name: bool4x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.bool4x3
name: bool4x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.bool4x4
name: bool4x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.double2
name: double2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.double2x2
name: double2x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.double2x3
name: double2x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.double2x4
name: double2x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.double3
name: double3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.double3x2
name: double3x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.double3x3
name: double3x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.double3x4
name: double3x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.double4
name: double4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.double4x2
name: double4x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.double4x3
name: double4x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.double4x4
name: double4x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.float2
name: float2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.float2x2
name: float2x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.float2x3
name: float2x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.float2x4
name: float2x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.float3
name: float3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.float3x2
name: float3x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.float3x3
name: float3x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.float3x4
name: float3x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.float4
name: float4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.float4x2
name: float4x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.float4x3
name: float4x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.float4x4
name: float4x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.int2
name: int2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.int2x2
name: int2x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.int2x3
name: int2x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.int2x4
name: int2x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.int3
name: int3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.int3x2
name: int3x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.int3x3
name: int3x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.int3x4
name: int3x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.int4
name: int4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.int4x2
name: int4x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.int4x3
name: int4x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.int4x4
name: int4x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.math
name: math
type: Class
- uid: Misaki.HighPerformance.Mathematics.math.RotationOrder
name: math.RotationOrder
type: Enum
- uid: Misaki.HighPerformance.Mathematics.math.ShuffleComponent
name: math.ShuffleComponent
type: Enum
- uid: Misaki.HighPerformance.Mathematics.quaternion
name: quaternion
type: Struct
- uid: Misaki.HighPerformance.Mathematics.random
name: random
type: Struct
- uid: Misaki.HighPerformance.Mathematics.svd
name: svd
type: Class
- uid: Misaki.HighPerformance.Mathematics.uint2
name: uint2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.uint2x2
name: uint2x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.uint2x3
name: uint2x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.uint2x4
name: uint2x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.uint3
name: uint3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.uint3x2
name: uint3x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.uint3x3
name: uint3x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.uint3x4
name: uint3x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.uint4
name: uint4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.uint4x2
name: uint4x2
type: Struct
- uid: Misaki.HighPerformance.Mathematics.uint4x3
name: uint4x3
type: Struct
- uid: Misaki.HighPerformance.Mathematics.uint4x4
name: uint4x4
type: Struct
- uid: Misaki.HighPerformance.Mathematics.Geometry
name: Misaki.HighPerformance.Mathematics.Geometry
type: Namespace
items:
- uid: Misaki.HighPerformance.Mathematics.Geometry.AABB
name: AABB
type: Struct
- uid: Misaki.HighPerformance.Mathematics.Geometry.OBB
name: OBB
type: Struct
- uid: Misaki.HighPerformance.Mathematics.Geometry.Plane
name: Plane
type: Struct
- uid: Misaki.HighPerformance.Mathematics.Geometry.SphereBounds
name: SphereBounds
type: Struct
- uid: Misaki.HighPerformance.Mathematics.SPMD
name: Misaki.HighPerformance.Mathematics.SPMD
type: Namespace
items:
- uid: Misaki.HighPerformance.Mathematics.SPMD.IJobParallelForSPMDExtensions
name: IJobParallelForSPMDExtensions
type: Class
- uid: Misaki.HighPerformance.Mathematics.SPMD.IJobSPMD`1
name: IJobSPMD<TNumber0>
type: Interface
- uid: Misaki.HighPerformance.Mathematics.SPMD.IJobSPMD`2
name: IJobSPMD<TNumber0, TNumber1>
type: Interface
- uid: Misaki.HighPerformance.Mathematics.SPMD.IJobSPMD`3
name: IJobSPMD<TNumber0, TNumber1, TNumber2>
type: Interface
- uid: Misaki.HighPerformance.Mathematics.SPMD.IJobSPMD`4
name: IJobSPMD<TNumber0, TNumber1, TNumber2, TNumber3>
type: Interface
- uid: Misaki.HighPerformance.Mathematics.SPMD.IJobSPMD`5
name: IJobSPMD<TNumber0, TNumber1, TNumber2, TNumber3, TNumber4>
type: Interface
- uid: Misaki.HighPerformance.Mathematics.SPMD.IJobSPMD`6
name: IJobSPMD<TNumber0, TNumber1, TNumber2, TNumber3, TNumber4, TNumber5>
type: Interface
- uid: Misaki.HighPerformance.Mathematics.SPMD.IJobSPMD`7
name: IJobSPMD<TNumber0, TNumber1, TNumber2, TNumber3, TNumber4, TNumber5, TNumber6>
type: Interface
- uid: Misaki.HighPerformance.Mathematics.SPMD.IJobSPMD`8
name: IJobSPMD<TNumber0, TNumber1, TNumber2, TNumber3, TNumber4, TNumber5, TNumber6, TNumber7>
type: Interface
- uid: Misaki.HighPerformance.Mathematics.SPMD.ISPMDLane
name: ISPMDLane
type: Interface
- uid: Misaki.HighPerformance.Mathematics.SPMD.ISPMDLane`2
name: ISPMDLane<TSelf, TNumber>
type: Interface
- uid: Misaki.HighPerformance.Mathematics.SPMD.JobSPMDUtility
name: JobSPMDUtility
type: Class
- uid: Misaki.HighPerformance.Mathematics.SPMD.MathV
name: MathV
type: Class
- uid: Misaki.HighPerformance.Mathematics.SPMD.ScalarLane`1
name: ScalarLane<TNumber>
type: Struct
- uid: Misaki.HighPerformance.Mathematics.SPMD.Vector2`2
name: Vector2<TLane, TNumber>
type: Struct
- uid: Misaki.HighPerformance.Mathematics.SPMD.Vector3`2
name: Vector3<TLane, TNumber>
type: Struct
- uid: Misaki.HighPerformance.Mathematics.SPMD.Vector4`2
name: Vector4<TLane, TNumber>
type: Struct
- uid: Misaki.HighPerformance.Mathematics.SPMD.WideLane
name: WideLane
type: Class
- uid: Misaki.HighPerformance.Mathematics.SPMD.WideLane`1
name: WideLane<TNumber>
type: Struct
- uid: Misaki.HighPerformance.Utilities
name: Misaki.HighPerformance.Utilities
type: Namespace
items:
- uid: Misaki.HighPerformance.Utilities.CollectionUtility
name: CollectionUtility
type: Class
memberLayout: SamePage