593 lines
18 KiB
YAML
593 lines
18 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: Ghost.Graphics.RHI.GraphicsPSODescriptor
|
|
commentId: T:Ghost.Graphics.RHI.GraphicsPSODescriptor
|
|
id: GraphicsPSODescriptor
|
|
parent: Ghost.Graphics.RHI
|
|
children:
|
|
- Ghost.Graphics.RHI.GraphicsPSODescriptor.DsvFormat
|
|
- Ghost.Graphics.RHI.GraphicsPSODescriptor.PipelineOption
|
|
- Ghost.Graphics.RHI.GraphicsPSODescriptor.RtvFormats
|
|
- Ghost.Graphics.RHI.GraphicsPSODescriptor.VariantKey
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GraphicsPSODescriptor
|
|
nameWithType: GraphicsPSODescriptor
|
|
fullName: Ghost.Graphics.RHI.GraphicsPSODescriptor
|
|
type: Struct
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: GraphicsPSODescriptor
|
|
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
|
startLine: 207
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public ref struct GraphicsPSODescriptor
|
|
content.vb: Public Structure GraphicsPSODescriptor
|
|
inheritedMembers:
|
|
- System.ValueType.Equals(System.Object)
|
|
- System.ValueType.GetHashCode
|
|
- System.ValueType.ToString
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetType
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
- uid: Ghost.Graphics.RHI.GraphicsPSODescriptor.VariantKey
|
|
commentId: P:Ghost.Graphics.RHI.GraphicsPSODescriptor.VariantKey
|
|
id: VariantKey
|
|
parent: Ghost.Graphics.RHI.GraphicsPSODescriptor
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: VariantKey
|
|
nameWithType: GraphicsPSODescriptor.VariantKey
|
|
fullName: Ghost.Graphics.RHI.GraphicsPSODescriptor.VariantKey
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: VariantKey
|
|
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
|
startLine: 209
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public Key64<ShaderVariant> VariantKey { readonly get; set; }
|
|
parameters: []
|
|
return:
|
|
type: Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderVariant}
|
|
content.vb: Public Property VariantKey As Key64(Of ShaderVariant)
|
|
overload: Ghost.Graphics.RHI.GraphicsPSODescriptor.VariantKey*
|
|
- uid: Ghost.Graphics.RHI.GraphicsPSODescriptor.PipelineOption
|
|
commentId: P:Ghost.Graphics.RHI.GraphicsPSODescriptor.PipelineOption
|
|
id: PipelineOption
|
|
parent: Ghost.Graphics.RHI.GraphicsPSODescriptor
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PipelineOption
|
|
nameWithType: GraphicsPSODescriptor.PipelineOption
|
|
fullName: Ghost.Graphics.RHI.GraphicsPSODescriptor.PipelineOption
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: PipelineOption
|
|
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
|
startLine: 214
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public PipelineState PipelineOption { readonly get; set; }
|
|
parameters: []
|
|
return:
|
|
type: Ghost.Core.Graphics.PipelineState
|
|
content.vb: Public Property PipelineOption As PipelineState
|
|
overload: Ghost.Graphics.RHI.GraphicsPSODescriptor.PipelineOption*
|
|
- uid: Ghost.Graphics.RHI.GraphicsPSODescriptor.RtvFormats
|
|
commentId: P:Ghost.Graphics.RHI.GraphicsPSODescriptor.RtvFormats
|
|
id: RtvFormats
|
|
parent: Ghost.Graphics.RHI.GraphicsPSODescriptor
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: RtvFormats
|
|
nameWithType: GraphicsPSODescriptor.RtvFormats
|
|
fullName: Ghost.Graphics.RHI.GraphicsPSODescriptor.RtvFormats
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: RtvFormats
|
|
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
|
startLine: 219
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public ReadOnlySpan<TextureFormat> RtvFormats { readonly get; set; }
|
|
parameters: []
|
|
return:
|
|
type: System.ReadOnlySpan{Ghost.Graphics.RHI.TextureFormat}
|
|
content.vb: Public Property RtvFormats As ReadOnlySpan(Of TextureFormat)
|
|
overload: Ghost.Graphics.RHI.GraphicsPSODescriptor.RtvFormats*
|
|
- uid: Ghost.Graphics.RHI.GraphicsPSODescriptor.DsvFormat
|
|
commentId: P:Ghost.Graphics.RHI.GraphicsPSODescriptor.DsvFormat
|
|
id: DsvFormat
|
|
parent: Ghost.Graphics.RHI.GraphicsPSODescriptor
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DsvFormat
|
|
nameWithType: GraphicsPSODescriptor.DsvFormat
|
|
fullName: Ghost.Graphics.RHI.GraphicsPSODescriptor.DsvFormat
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: DsvFormat
|
|
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
|
startLine: 224
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public TextureFormat DsvFormat { readonly get; set; }
|
|
parameters: []
|
|
return:
|
|
type: Ghost.Graphics.RHI.TextureFormat
|
|
content.vb: Public Property DsvFormat As TextureFormat
|
|
overload: Ghost.Graphics.RHI.GraphicsPSODescriptor.DsvFormat*
|
|
references:
|
|
- uid: Ghost.Graphics.RHI
|
|
commentId: N:Ghost.Graphics.RHI
|
|
href: Ghost.html
|
|
name: Ghost.Graphics.RHI
|
|
nameWithType: Ghost.Graphics.RHI
|
|
fullName: Ghost.Graphics.RHI
|
|
spec.csharp:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
href: Ghost.html
|
|
- name: .
|
|
- uid: Ghost.Graphics
|
|
name: Graphics
|
|
href: Ghost.Graphics.html
|
|
- name: .
|
|
- uid: Ghost.Graphics.RHI
|
|
name: RHI
|
|
href: Ghost.Graphics.RHI.html
|
|
spec.vb:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
href: Ghost.html
|
|
- name: .
|
|
- uid: Ghost.Graphics
|
|
name: Graphics
|
|
href: Ghost.Graphics.html
|
|
- name: .
|
|
- uid: Ghost.Graphics.RHI
|
|
name: RHI
|
|
href: Ghost.Graphics.RHI.html
|
|
- uid: System.ValueType.Equals(System.Object)
|
|
commentId: M:System.ValueType.Equals(System.Object)
|
|
parent: System.ValueType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
|
|
name: Equals(object)
|
|
nameWithType: ValueType.Equals(object)
|
|
fullName: System.ValueType.Equals(object)
|
|
nameWithType.vb: ValueType.Equals(Object)
|
|
fullName.vb: System.ValueType.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
spec.csharp:
|
|
- uid: System.ValueType.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.ValueType.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.ValueType.GetHashCode
|
|
commentId: M:System.ValueType.GetHashCode
|
|
parent: System.ValueType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: ValueType.GetHashCode()
|
|
fullName: System.ValueType.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.ValueType.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.ValueType.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
|
|
- name: (
|
|
- name: )
|
|
- uid: System.ValueType.ToString
|
|
commentId: M:System.ValueType.ToString
|
|
parent: System.ValueType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
|
|
name: ToString()
|
|
nameWithType: ValueType.ToString()
|
|
fullName: System.ValueType.ToString()
|
|
spec.csharp:
|
|
- uid: System.ValueType.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.ValueType.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
name: Equals(object, object)
|
|
nameWithType: object.Equals(object, object)
|
|
fullName: object.Equals(object, object)
|
|
nameWithType.vb: Object.Equals(Object, Object)
|
|
fullName.vb: Object.Equals(Object, Object)
|
|
name.vb: Equals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
name: GetType()
|
|
nameWithType: object.GetType()
|
|
fullName: object.GetType()
|
|
nameWithType.vb: Object.GetType()
|
|
fullName.vb: Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
name: ReferenceEquals(object, object)
|
|
nameWithType: object.ReferenceEquals(object, object)
|
|
fullName: object.ReferenceEquals(object, object)
|
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
|
name.vb: ReferenceEquals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.ValueType
|
|
commentId: T:System.ValueType
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetype
|
|
name: ValueType
|
|
nameWithType: ValueType
|
|
fullName: System.ValueType
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: object
|
|
nameWithType: object
|
|
fullName: object
|
|
nameWithType.vb: Object
|
|
fullName.vb: Object
|
|
name.vb: Object
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: Ghost.Graphics.RHI.GraphicsPSODescriptor.VariantKey*
|
|
commentId: Overload:Ghost.Graphics.RHI.GraphicsPSODescriptor.VariantKey
|
|
href: Ghost.Graphics.RHI.GraphicsPSODescriptor.html#Ghost_Graphics_RHI_GraphicsPSODescriptor_VariantKey
|
|
name: VariantKey
|
|
nameWithType: GraphicsPSODescriptor.VariantKey
|
|
fullName: Ghost.Graphics.RHI.GraphicsPSODescriptor.VariantKey
|
|
- uid: Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderVariant}
|
|
commentId: T:Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderVariant}
|
|
parent: Ghost.Core
|
|
definition: Ghost.Core.Key64`1
|
|
href: Ghost.Graphics.RHI.ShaderVariant.html
|
|
name: Key64<ShaderVariant>
|
|
nameWithType: Key64<ShaderVariant>
|
|
fullName: Ghost.Core.Key64<Ghost.Graphics.RHI.ShaderVariant>
|
|
nameWithType.vb: Key64(Of ShaderVariant)
|
|
fullName.vb: Ghost.Core.Key64(Of Ghost.Graphics.RHI.ShaderVariant)
|
|
name.vb: Key64(Of ShaderVariant)
|
|
spec.csharp:
|
|
- uid: Ghost.Core.Key64`1
|
|
name: Key64
|
|
- name: <
|
|
- uid: Ghost.Graphics.RHI.ShaderVariant
|
|
name: ShaderVariant
|
|
href: Ghost.Graphics.RHI.ShaderVariant.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: Ghost.Core.Key64`1
|
|
name: Key64
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Ghost.Graphics.RHI.ShaderVariant
|
|
name: ShaderVariant
|
|
href: Ghost.Graphics.RHI.ShaderVariant.html
|
|
- name: )
|
|
- uid: Ghost.Core.Key64`1
|
|
commentId: T:Ghost.Core.Key64`1
|
|
name: Key64<T>
|
|
nameWithType: Key64<T>
|
|
fullName: Ghost.Core.Key64<T>
|
|
nameWithType.vb: Key64(Of T)
|
|
fullName.vb: Ghost.Core.Key64(Of T)
|
|
name.vb: Key64(Of T)
|
|
spec.csharp:
|
|
- uid: Ghost.Core.Key64`1
|
|
name: Key64
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: Ghost.Core.Key64`1
|
|
name: Key64
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: Ghost.Core
|
|
commentId: N:Ghost.Core
|
|
name: Ghost.Core
|
|
nameWithType: Ghost.Core
|
|
fullName: Ghost.Core
|
|
spec.csharp:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
- name: .
|
|
- uid: Ghost.Core
|
|
name: Core
|
|
spec.vb:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
- name: .
|
|
- uid: Ghost.Core
|
|
name: Core
|
|
- uid: Ghost.Graphics.RHI.GraphicsPSODescriptor.PipelineOption*
|
|
commentId: Overload:Ghost.Graphics.RHI.GraphicsPSODescriptor.PipelineOption
|
|
href: Ghost.Graphics.RHI.GraphicsPSODescriptor.html#Ghost_Graphics_RHI_GraphicsPSODescriptor_PipelineOption
|
|
name: PipelineOption
|
|
nameWithType: GraphicsPSODescriptor.PipelineOption
|
|
fullName: Ghost.Graphics.RHI.GraphicsPSODescriptor.PipelineOption
|
|
- uid: Ghost.Core.Graphics.PipelineState
|
|
commentId: T:Ghost.Core.Graphics.PipelineState
|
|
parent: Ghost.Core.Graphics
|
|
name: PipelineState
|
|
nameWithType: PipelineState
|
|
fullName: Ghost.Core.Graphics.PipelineState
|
|
- uid: Ghost.Core.Graphics
|
|
commentId: N:Ghost.Core.Graphics
|
|
name: Ghost.Core.Graphics
|
|
nameWithType: Ghost.Core.Graphics
|
|
fullName: Ghost.Core.Graphics
|
|
spec.csharp:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
- name: .
|
|
- uid: Ghost.Core
|
|
name: Core
|
|
- name: .
|
|
- uid: Ghost.Core.Graphics
|
|
name: Graphics
|
|
spec.vb:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
- name: .
|
|
- uid: Ghost.Core
|
|
name: Core
|
|
- name: .
|
|
- uid: Ghost.Core.Graphics
|
|
name: Graphics
|
|
- uid: Ghost.Graphics.RHI.GraphicsPSODescriptor.RtvFormats*
|
|
commentId: Overload:Ghost.Graphics.RHI.GraphicsPSODescriptor.RtvFormats
|
|
href: Ghost.Graphics.RHI.GraphicsPSODescriptor.html#Ghost_Graphics_RHI_GraphicsPSODescriptor_RtvFormats
|
|
name: RtvFormats
|
|
nameWithType: GraphicsPSODescriptor.RtvFormats
|
|
fullName: Ghost.Graphics.RHI.GraphicsPSODescriptor.RtvFormats
|
|
- uid: System.ReadOnlySpan{Ghost.Graphics.RHI.TextureFormat}
|
|
commentId: T:System.ReadOnlySpan{Ghost.Graphics.RHI.TextureFormat}
|
|
parent: System
|
|
definition: System.ReadOnlySpan`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
|
|
name: ReadOnlySpan<TextureFormat>
|
|
nameWithType: ReadOnlySpan<TextureFormat>
|
|
fullName: System.ReadOnlySpan<Ghost.Graphics.RHI.TextureFormat>
|
|
nameWithType.vb: ReadOnlySpan(Of TextureFormat)
|
|
fullName.vb: System.ReadOnlySpan(Of Ghost.Graphics.RHI.TextureFormat)
|
|
name.vb: ReadOnlySpan(Of TextureFormat)
|
|
spec.csharp:
|
|
- uid: System.ReadOnlySpan`1
|
|
name: ReadOnlySpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
|
|
- name: <
|
|
- uid: Ghost.Graphics.RHI.TextureFormat
|
|
name: TextureFormat
|
|
href: Ghost.Graphics.RHI.TextureFormat.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.ReadOnlySpan`1
|
|
name: ReadOnlySpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Ghost.Graphics.RHI.TextureFormat
|
|
name: TextureFormat
|
|
href: Ghost.Graphics.RHI.TextureFormat.html
|
|
- name: )
|
|
- uid: System.ReadOnlySpan`1
|
|
commentId: T:System.ReadOnlySpan`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
|
|
name: ReadOnlySpan<T>
|
|
nameWithType: ReadOnlySpan<T>
|
|
fullName: System.ReadOnlySpan<T>
|
|
nameWithType.vb: ReadOnlySpan(Of T)
|
|
fullName.vb: System.ReadOnlySpan(Of T)
|
|
name.vb: ReadOnlySpan(Of T)
|
|
spec.csharp:
|
|
- uid: System.ReadOnlySpan`1
|
|
name: ReadOnlySpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.ReadOnlySpan`1
|
|
name: ReadOnlySpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: Ghost.Graphics.RHI.GraphicsPSODescriptor.DsvFormat*
|
|
commentId: Overload:Ghost.Graphics.RHI.GraphicsPSODescriptor.DsvFormat
|
|
href: Ghost.Graphics.RHI.GraphicsPSODescriptor.html#Ghost_Graphics_RHI_GraphicsPSODescriptor_DsvFormat
|
|
name: DsvFormat
|
|
nameWithType: GraphicsPSODescriptor.DsvFormat
|
|
fullName: Ghost.Graphics.RHI.GraphicsPSODescriptor.DsvFormat
|
|
- uid: Ghost.Graphics.RHI.TextureFormat
|
|
commentId: T:Ghost.Graphics.RHI.TextureFormat
|
|
parent: Ghost.Graphics.RHI
|
|
href: Ghost.Graphics.RHI.TextureFormat.html
|
|
name: TextureFormat
|
|
nameWithType: TextureFormat
|
|
fullName: Ghost.Graphics.RHI.TextureFormat
|