948 lines
34 KiB
YAML
948 lines
34 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: Ghost.Graphics.RHI.RHIUtility
|
|
commentId: T:Ghost.Graphics.RHI.RHIUtility
|
|
id: RHIUtility
|
|
parent: Ghost.Graphics.RHI
|
|
children:
|
|
- Ghost.Graphics.RHI.RHIUtility.CreateGraphicsPipelineKey(Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderVariant},Ghost.Core.Graphics.PipelineState,Ghost.Graphics.RHI.PassPipelineHash)
|
|
- Ghost.Graphics.RHI.RHIUtility.CreateShaderPassKey(System.String)
|
|
- Ghost.Graphics.RHI.RHIUtility.CreateShaderVariantKey(Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderPass},Ghost.Graphics.RHI.LocalKeywordSet@)
|
|
- Ghost.Graphics.RHI.RHIUtility.GetBytesPerPixel(Ghost.Graphics.RHI.TextureFormat)
|
|
- Ghost.Graphics.RHI.RHIUtility.GetSurfaceInfo(Ghost.Graphics.RHI.TextureFormat,System.UInt32,System.UInt32,System.UInt32@,System.UInt32@,System.UInt32@)
|
|
- Ghost.Graphics.RHI.RHIUtility.GetTotalBytes(Ghost.Graphics.RHI.TextureDesc)
|
|
- Ghost.Graphics.RHI.RHIUtility.MAX_RENDER_TARGETS
|
|
- Ghost.Graphics.RHI.RHIUtility.TryGetString(Ghost.Core.Key128{Ghost.Graphics.RHI.GraphicsPipeline},System.Span{System.Char})
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: RHIUtility
|
|
nameWithType: RHIUtility
|
|
fullName: Ghost.Graphics.RHI.RHIUtility
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: RHIUtility
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
startLine: 8
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public static class RHIUtility
|
|
content.vb: Public Module RHIUtility
|
|
inheritance:
|
|
- System.Object
|
|
inheritedMembers:
|
|
- System.Object.Equals(System.Object)
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetHashCode
|
|
- System.Object.GetType
|
|
- System.Object.MemberwiseClone
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
- System.Object.ToString
|
|
- uid: Ghost.Graphics.RHI.RHIUtility.MAX_RENDER_TARGETS
|
|
commentId: F:Ghost.Graphics.RHI.RHIUtility.MAX_RENDER_TARGETS
|
|
id: MAX_RENDER_TARGETS
|
|
parent: Ghost.Graphics.RHI.RHIUtility
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: MAX_RENDER_TARGETS
|
|
nameWithType: RHIUtility.MAX_RENDER_TARGETS
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.MAX_RENDER_TARGETS
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: MAX_RENDER_TARGETS
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
startLine: 10
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public const int MAX_RENDER_TARGETS = 8
|
|
return:
|
|
type: System.Int32
|
|
content.vb: Public Const MAX_RENDER_TARGETS As Integer = 8
|
|
- uid: Ghost.Graphics.RHI.RHIUtility.GetBytesPerPixel(Ghost.Graphics.RHI.TextureFormat)
|
|
commentId: M:Ghost.Graphics.RHI.RHIUtility.GetBytesPerPixel(Ghost.Graphics.RHI.TextureFormat)
|
|
id: GetBytesPerPixel(Ghost.Graphics.RHI.TextureFormat)
|
|
isExtensionMethod: true
|
|
parent: Ghost.Graphics.RHI.RHIUtility
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetBytesPerPixel(TextureFormat)
|
|
nameWithType: RHIUtility.GetBytesPerPixel(TextureFormat)
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.GetBytesPerPixel(Ghost.Graphics.RHI.TextureFormat)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: GetBytesPerPixel
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
startLine: 12
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public static uint GetBytesPerPixel(this TextureFormat format)
|
|
parameters:
|
|
- id: format
|
|
type: Ghost.Graphics.RHI.TextureFormat
|
|
return:
|
|
type: System.UInt32
|
|
content.vb: Public Shared Function GetBytesPerPixel(format As TextureFormat) As UInteger
|
|
overload: Ghost.Graphics.RHI.RHIUtility.GetBytesPerPixel*
|
|
- uid: Ghost.Graphics.RHI.RHIUtility.GetTotalBytes(Ghost.Graphics.RHI.TextureDesc)
|
|
commentId: M:Ghost.Graphics.RHI.RHIUtility.GetTotalBytes(Ghost.Graphics.RHI.TextureDesc)
|
|
id: GetTotalBytes(Ghost.Graphics.RHI.TextureDesc)
|
|
isExtensionMethod: true
|
|
parent: Ghost.Graphics.RHI.RHIUtility
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetTotalBytes(TextureDesc)
|
|
nameWithType: RHIUtility.GetTotalBytes(TextureDesc)
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.GetTotalBytes(Ghost.Graphics.RHI.TextureDesc)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: GetTotalBytes
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
startLine: 26
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public static uint GetTotalBytes(this TextureDesc desc)
|
|
parameters:
|
|
- id: desc
|
|
type: Ghost.Graphics.RHI.TextureDesc
|
|
return:
|
|
type: System.UInt32
|
|
content.vb: Public Shared Function GetTotalBytes(desc As TextureDesc) As UInteger
|
|
overload: Ghost.Graphics.RHI.RHIUtility.GetTotalBytes*
|
|
- uid: Ghost.Graphics.RHI.RHIUtility.GetSurfaceInfo(Ghost.Graphics.RHI.TextureFormat,System.UInt32,System.UInt32,System.UInt32@,System.UInt32@,System.UInt32@)
|
|
commentId: M:Ghost.Graphics.RHI.RHIUtility.GetSurfaceInfo(Ghost.Graphics.RHI.TextureFormat,System.UInt32,System.UInt32,System.UInt32@,System.UInt32@,System.UInt32@)
|
|
id: GetSurfaceInfo(Ghost.Graphics.RHI.TextureFormat,System.UInt32,System.UInt32,System.UInt32@,System.UInt32@,System.UInt32@)
|
|
isExtensionMethod: true
|
|
parent: Ghost.Graphics.RHI.RHIUtility
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetSurfaceInfo(TextureFormat, uint, uint, out uint, out uint, out uint)
|
|
nameWithType: RHIUtility.GetSurfaceInfo(TextureFormat, uint, uint, out uint, out uint, out uint)
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.GetSurfaceInfo(Ghost.Graphics.RHI.TextureFormat, uint, uint, out uint, out uint, out uint)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: GetSurfaceInfo
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
startLine: 31
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public static void GetSurfaceInfo(this TextureFormat format, uint width, uint height, out uint rowPitch, out uint slicePitch, out uint rowCount)
|
|
parameters:
|
|
- id: format
|
|
type: Ghost.Graphics.RHI.TextureFormat
|
|
- id: width
|
|
type: System.UInt32
|
|
- id: height
|
|
type: System.UInt32
|
|
- id: rowPitch
|
|
type: System.UInt32
|
|
- id: slicePitch
|
|
type: System.UInt32
|
|
- id: rowCount
|
|
type: System.UInt32
|
|
content.vb: Public Shared Sub GetSurfaceInfo(format As TextureFormat, width As UInteger, height As UInteger, rowPitch As UInteger, slicePitch As UInteger, rowCount As UInteger)
|
|
overload: Ghost.Graphics.RHI.RHIUtility.GetSurfaceInfo*
|
|
nameWithType.vb: RHIUtility.GetSurfaceInfo(TextureFormat, UInteger, UInteger, UInteger, UInteger, UInteger)
|
|
fullName.vb: Ghost.Graphics.RHI.RHIUtility.GetSurfaceInfo(Ghost.Graphics.RHI.TextureFormat, UInteger, UInteger, UInteger, UInteger, UInteger)
|
|
name.vb: GetSurfaceInfo(TextureFormat, UInteger, UInteger, UInteger, UInteger, UInteger)
|
|
- uid: Ghost.Graphics.RHI.RHIUtility.CreateShaderPassKey(System.String)
|
|
commentId: M:Ghost.Graphics.RHI.RHIUtility.CreateShaderPassKey(System.String)
|
|
id: CreateShaderPassKey(System.String)
|
|
parent: Ghost.Graphics.RHI.RHIUtility
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CreateShaderPassKey(string)
|
|
nameWithType: RHIUtility.CreateShaderPassKey(string)
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.CreateShaderPassKey(string)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: CreateShaderPassKey
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
startLine: 138
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public static Key64<ShaderPass> CreateShaderPassKey(string passID)
|
|
parameters:
|
|
- id: passID
|
|
type: System.String
|
|
return:
|
|
type: Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderPass}
|
|
content.vb: Public Shared Function CreateShaderPassKey(passID As String) As Key64(Of ShaderPass)
|
|
overload: Ghost.Graphics.RHI.RHIUtility.CreateShaderPassKey*
|
|
nameWithType.vb: RHIUtility.CreateShaderPassKey(String)
|
|
fullName.vb: Ghost.Graphics.RHI.RHIUtility.CreateShaderPassKey(String)
|
|
name.vb: CreateShaderPassKey(String)
|
|
- uid: Ghost.Graphics.RHI.RHIUtility.CreateShaderVariantKey(Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderPass},Ghost.Graphics.RHI.LocalKeywordSet@)
|
|
commentId: M:Ghost.Graphics.RHI.RHIUtility.CreateShaderVariantKey(Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderPass},Ghost.Graphics.RHI.LocalKeywordSet@)
|
|
id: CreateShaderVariantKey(Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderPass},Ghost.Graphics.RHI.LocalKeywordSet@)
|
|
parent: Ghost.Graphics.RHI.RHIUtility
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CreateShaderVariantKey(Key64<ShaderPass>, ref readonly LocalKeywordSet)
|
|
nameWithType: RHIUtility.CreateShaderVariantKey(Key64<ShaderPass>, ref readonly LocalKeywordSet)
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.CreateShaderVariantKey(Ghost.Core.Key64<Ghost.Graphics.RHI.ShaderPass>, ref readonly Ghost.Graphics.RHI.LocalKeywordSet)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: CreateShaderVariantKey
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
startLine: 144
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public static Key64<ShaderVariant> CreateShaderVariantKey(Key64<ShaderPass> passKey, ref readonly LocalKeywordSet keywords)
|
|
parameters:
|
|
- id: passKey
|
|
type: Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderPass}
|
|
- id: keywords
|
|
type: Ghost.Graphics.RHI.LocalKeywordSet
|
|
return:
|
|
type: Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderVariant}
|
|
content.vb: Public Shared Function CreateShaderVariantKey(passKey As Key64(Of ShaderPass), keywords As LocalKeywordSet) As Key64(Of ShaderVariant)
|
|
overload: Ghost.Graphics.RHI.RHIUtility.CreateShaderVariantKey*
|
|
nameWithType.vb: RHIUtility.CreateShaderVariantKey(Key64(Of ShaderPass), LocalKeywordSet)
|
|
fullName.vb: Ghost.Graphics.RHI.RHIUtility.CreateShaderVariantKey(Ghost.Core.Key64(Of Ghost.Graphics.RHI.ShaderPass), Ghost.Graphics.RHI.LocalKeywordSet)
|
|
name.vb: CreateShaderVariantKey(Key64(Of ShaderPass), LocalKeywordSet)
|
|
- uid: Ghost.Graphics.RHI.RHIUtility.CreateGraphicsPipelineKey(Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderVariant},Ghost.Core.Graphics.PipelineState,Ghost.Graphics.RHI.PassPipelineHash)
|
|
commentId: M:Ghost.Graphics.RHI.RHIUtility.CreateGraphicsPipelineKey(Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderVariant},Ghost.Core.Graphics.PipelineState,Ghost.Graphics.RHI.PassPipelineHash)
|
|
id: CreateGraphicsPipelineKey(Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderVariant},Ghost.Core.Graphics.PipelineState,Ghost.Graphics.RHI.PassPipelineHash)
|
|
parent: Ghost.Graphics.RHI.RHIUtility
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CreateGraphicsPipelineKey(Key64<ShaderVariant>, PipelineState, PassPipelineHash)
|
|
nameWithType: RHIUtility.CreateGraphicsPipelineKey(Key64<ShaderVariant>, PipelineState, PassPipelineHash)
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.CreateGraphicsPipelineKey(Ghost.Core.Key64<Ghost.Graphics.RHI.ShaderVariant>, Ghost.Core.Graphics.PipelineState, Ghost.Graphics.RHI.PassPipelineHash)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: CreateGraphicsPipelineKey
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
startLine: 151
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public static Key128<GraphicsPipeline> CreateGraphicsPipelineKey(Key64<ShaderVariant> shaderVariantKey, PipelineState pipelineState, PassPipelineHash passKey)
|
|
parameters:
|
|
- id: shaderVariantKey
|
|
type: Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderVariant}
|
|
- id: pipelineState
|
|
type: Ghost.Core.Graphics.PipelineState
|
|
- id: passKey
|
|
type: Ghost.Graphics.RHI.PassPipelineHash
|
|
return:
|
|
type: Ghost.Core.Key128{Ghost.Graphics.RHI.GraphicsPipeline}
|
|
content.vb: Public Shared Function CreateGraphicsPipelineKey(shaderVariantKey As Key64(Of ShaderVariant), pipelineState As PipelineState, passKey As PassPipelineHash) As Key128(Of GraphicsPipeline)
|
|
overload: Ghost.Graphics.RHI.RHIUtility.CreateGraphicsPipelineKey*
|
|
nameWithType.vb: RHIUtility.CreateGraphicsPipelineKey(Key64(Of ShaderVariant), PipelineState, PassPipelineHash)
|
|
fullName.vb: Ghost.Graphics.RHI.RHIUtility.CreateGraphicsPipelineKey(Ghost.Core.Key64(Of Ghost.Graphics.RHI.ShaderVariant), Ghost.Core.Graphics.PipelineState, Ghost.Graphics.RHI.PassPipelineHash)
|
|
name.vb: CreateGraphicsPipelineKey(Key64(Of ShaderVariant), PipelineState, PassPipelineHash)
|
|
- uid: Ghost.Graphics.RHI.RHIUtility.TryGetString(Ghost.Core.Key128{Ghost.Graphics.RHI.GraphicsPipeline},System.Span{System.Char})
|
|
commentId: M:Ghost.Graphics.RHI.RHIUtility.TryGetString(Ghost.Core.Key128{Ghost.Graphics.RHI.GraphicsPipeline},System.Span{System.Char})
|
|
id: TryGetString(Ghost.Core.Key128{Ghost.Graphics.RHI.GraphicsPipeline},System.Span{System.Char})
|
|
isExtensionMethod: true
|
|
parent: Ghost.Graphics.RHI.RHIUtility
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TryGetString(Key128<GraphicsPipeline>, Span<char>)
|
|
nameWithType: RHIUtility.TryGetString(Key128<GraphicsPipeline>, Span<char>)
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.TryGetString(Ghost.Core.Key128<Ghost.Graphics.RHI.GraphicsPipeline>, System.Span<char>)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: TryGetString
|
|
path: src/Runtime/Ghost.Graphics.RHI/RHIUtility.cs
|
|
startLine: 178
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public static bool TryGetString(this Key128<GraphicsPipeline> key, Span<char> destination)
|
|
parameters:
|
|
- id: key
|
|
type: Ghost.Core.Key128{Ghost.Graphics.RHI.GraphicsPipeline}
|
|
- id: destination
|
|
type: System.Span{System.Char}
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: Public Shared Function TryGetString(key As Key128(Of GraphicsPipeline), destination As Span(Of Char)) As Boolean
|
|
overload: Ghost.Graphics.RHI.RHIUtility.TryGetString*
|
|
nameWithType.vb: RHIUtility.TryGetString(Key128(Of GraphicsPipeline), Span(Of Char))
|
|
fullName.vb: Ghost.Graphics.RHI.RHIUtility.TryGetString(Ghost.Core.Key128(Of Ghost.Graphics.RHI.GraphicsPipeline), System.Span(Of Char))
|
|
name.vb: TryGetString(Key128(Of GraphicsPipeline), Span(Of Char))
|
|
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.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.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
name: Equals(object)
|
|
nameWithType: object.Equals(object)
|
|
fullName: object.Equals(object)
|
|
nameWithType.vb: Object.Equals(Object)
|
|
fullName.vb: Object.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- 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)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- 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.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: object.GetHashCode()
|
|
fullName: object.GetHashCode()
|
|
nameWithType.vb: Object.GetHashCode()
|
|
fullName.vb: Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- 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.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
name: MemberwiseClone()
|
|
nameWithType: object.MemberwiseClone()
|
|
fullName: object.MemberwiseClone()
|
|
nameWithType.vb: Object.MemberwiseClone()
|
|
fullName.vb: Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- 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.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
name: ToString()
|
|
nameWithType: object.ToString()
|
|
fullName: object.ToString()
|
|
nameWithType.vb: Object.ToString()
|
|
fullName.vb: Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: System.Int32
|
|
commentId: T:System.Int32
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
name: int
|
|
nameWithType: int
|
|
fullName: int
|
|
nameWithType.vb: Integer
|
|
fullName.vb: Integer
|
|
name.vb: Integer
|
|
- uid: Ghost.Graphics.RHI.RHIUtility.GetBytesPerPixel*
|
|
commentId: Overload:Ghost.Graphics.RHI.RHIUtility.GetBytesPerPixel
|
|
href: Ghost.Graphics.RHI.RHIUtility.html#Ghost_Graphics_RHI_RHIUtility_GetBytesPerPixel_Ghost_Graphics_RHI_TextureFormat_
|
|
name: GetBytesPerPixel
|
|
nameWithType: RHIUtility.GetBytesPerPixel
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.GetBytesPerPixel
|
|
- 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
|
|
- uid: System.UInt32
|
|
commentId: T:System.UInt32
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.uint32
|
|
name: uint
|
|
nameWithType: uint
|
|
fullName: uint
|
|
nameWithType.vb: UInteger
|
|
fullName.vb: UInteger
|
|
name.vb: UInteger
|
|
- uid: Ghost.Graphics.RHI.RHIUtility.GetTotalBytes*
|
|
commentId: Overload:Ghost.Graphics.RHI.RHIUtility.GetTotalBytes
|
|
href: Ghost.Graphics.RHI.RHIUtility.html#Ghost_Graphics_RHI_RHIUtility_GetTotalBytes_Ghost_Graphics_RHI_TextureDesc_
|
|
name: GetTotalBytes
|
|
nameWithType: RHIUtility.GetTotalBytes
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.GetTotalBytes
|
|
- uid: Ghost.Graphics.RHI.TextureDesc
|
|
commentId: T:Ghost.Graphics.RHI.TextureDesc
|
|
parent: Ghost.Graphics.RHI
|
|
href: Ghost.Graphics.RHI.TextureDesc.html
|
|
name: TextureDesc
|
|
nameWithType: TextureDesc
|
|
fullName: Ghost.Graphics.RHI.TextureDesc
|
|
- uid: Ghost.Graphics.RHI.RHIUtility.GetSurfaceInfo*
|
|
commentId: Overload:Ghost.Graphics.RHI.RHIUtility.GetSurfaceInfo
|
|
href: Ghost.Graphics.RHI.RHIUtility.html#Ghost_Graphics_RHI_RHIUtility_GetSurfaceInfo_Ghost_Graphics_RHI_TextureFormat_System_UInt32_System_UInt32_System_UInt32__System_UInt32__System_UInt32__
|
|
name: GetSurfaceInfo
|
|
nameWithType: RHIUtility.GetSurfaceInfo
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.GetSurfaceInfo
|
|
- uid: Ghost.Graphics.RHI.RHIUtility.CreateShaderPassKey*
|
|
commentId: Overload:Ghost.Graphics.RHI.RHIUtility.CreateShaderPassKey
|
|
href: Ghost.Graphics.RHI.RHIUtility.html#Ghost_Graphics_RHI_RHIUtility_CreateShaderPassKey_System_String_
|
|
name: CreateShaderPassKey
|
|
nameWithType: RHIUtility.CreateShaderPassKey
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.CreateShaderPassKey
|
|
- uid: System.String
|
|
commentId: T:System.String
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: string
|
|
nameWithType: string
|
|
fullName: string
|
|
nameWithType.vb: String
|
|
fullName.vb: String
|
|
name.vb: String
|
|
- uid: Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderPass}
|
|
commentId: T:Ghost.Core.Key64{Ghost.Graphics.RHI.ShaderPass}
|
|
parent: Ghost.Core
|
|
definition: Ghost.Core.Key64`1
|
|
href: Ghost.Graphics.RHI.ShaderPass.html
|
|
name: Key64<ShaderPass>
|
|
nameWithType: Key64<ShaderPass>
|
|
fullName: Ghost.Core.Key64<Ghost.Graphics.RHI.ShaderPass>
|
|
nameWithType.vb: Key64(Of ShaderPass)
|
|
fullName.vb: Ghost.Core.Key64(Of Ghost.Graphics.RHI.ShaderPass)
|
|
name.vb: Key64(Of ShaderPass)
|
|
spec.csharp:
|
|
- uid: Ghost.Core.Key64`1
|
|
name: Key64
|
|
- name: <
|
|
- uid: Ghost.Graphics.RHI.ShaderPass
|
|
name: ShaderPass
|
|
href: Ghost.Graphics.RHI.ShaderPass.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: Ghost.Core.Key64`1
|
|
name: Key64
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Ghost.Graphics.RHI.ShaderPass
|
|
name: ShaderPass
|
|
href: Ghost.Graphics.RHI.ShaderPass.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.RHIUtility.CreateShaderVariantKey*
|
|
commentId: Overload:Ghost.Graphics.RHI.RHIUtility.CreateShaderVariantKey
|
|
href: Ghost.Graphics.RHI.RHIUtility.html#Ghost_Graphics_RHI_RHIUtility_CreateShaderVariantKey_Ghost_Core_Key64_Ghost_Graphics_RHI_ShaderPass__Ghost_Graphics_RHI_LocalKeywordSet__
|
|
name: CreateShaderVariantKey
|
|
nameWithType: RHIUtility.CreateShaderVariantKey
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.CreateShaderVariantKey
|
|
- uid: Ghost.Graphics.RHI.LocalKeywordSet
|
|
commentId: T:Ghost.Graphics.RHI.LocalKeywordSet
|
|
parent: Ghost.Graphics.RHI
|
|
href: Ghost.Graphics.RHI.LocalKeywordSet.html
|
|
name: LocalKeywordSet
|
|
nameWithType: LocalKeywordSet
|
|
fullName: Ghost.Graphics.RHI.LocalKeywordSet
|
|
- 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.Graphics.RHI.RHIUtility.CreateGraphicsPipelineKey*
|
|
commentId: Overload:Ghost.Graphics.RHI.RHIUtility.CreateGraphicsPipelineKey
|
|
href: Ghost.Graphics.RHI.RHIUtility.html#Ghost_Graphics_RHI_RHIUtility_CreateGraphicsPipelineKey_Ghost_Core_Key64_Ghost_Graphics_RHI_ShaderVariant__Ghost_Core_Graphics_PipelineState_Ghost_Graphics_RHI_PassPipelineHash_
|
|
name: CreateGraphicsPipelineKey
|
|
nameWithType: RHIUtility.CreateGraphicsPipelineKey
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.CreateGraphicsPipelineKey
|
|
- 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.Graphics.RHI.PassPipelineHash
|
|
commentId: T:Ghost.Graphics.RHI.PassPipelineHash
|
|
parent: Ghost.Graphics.RHI
|
|
href: Ghost.Graphics.RHI.PassPipelineHash.html
|
|
name: PassPipelineHash
|
|
nameWithType: PassPipelineHash
|
|
fullName: Ghost.Graphics.RHI.PassPipelineHash
|
|
- uid: Ghost.Core.Key128{Ghost.Graphics.RHI.GraphicsPipeline}
|
|
commentId: T:Ghost.Core.Key128{Ghost.Graphics.RHI.GraphicsPipeline}
|
|
parent: Ghost.Core
|
|
definition: Ghost.Core.Key128`1
|
|
href: Ghost.Graphics.RHI.GraphicsPipeline.html
|
|
name: Key128<GraphicsPipeline>
|
|
nameWithType: Key128<GraphicsPipeline>
|
|
fullName: Ghost.Core.Key128<Ghost.Graphics.RHI.GraphicsPipeline>
|
|
nameWithType.vb: Key128(Of GraphicsPipeline)
|
|
fullName.vb: Ghost.Core.Key128(Of Ghost.Graphics.RHI.GraphicsPipeline)
|
|
name.vb: Key128(Of GraphicsPipeline)
|
|
spec.csharp:
|
|
- uid: Ghost.Core.Key128`1
|
|
name: Key128
|
|
- name: <
|
|
- uid: Ghost.Graphics.RHI.GraphicsPipeline
|
|
name: GraphicsPipeline
|
|
href: Ghost.Graphics.RHI.GraphicsPipeline.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: Ghost.Core.Key128`1
|
|
name: Key128
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Ghost.Graphics.RHI.GraphicsPipeline
|
|
name: GraphicsPipeline
|
|
href: Ghost.Graphics.RHI.GraphicsPipeline.html
|
|
- name: )
|
|
- 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.Core.Key128`1
|
|
commentId: T:Ghost.Core.Key128`1
|
|
name: Key128<T>
|
|
nameWithType: Key128<T>
|
|
fullName: Ghost.Core.Key128<T>
|
|
nameWithType.vb: Key128(Of T)
|
|
fullName.vb: Ghost.Core.Key128(Of T)
|
|
name.vb: Key128(Of T)
|
|
spec.csharp:
|
|
- uid: Ghost.Core.Key128`1
|
|
name: Key128
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: Ghost.Core.Key128`1
|
|
name: Key128
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: Ghost.Graphics.RHI.RHIUtility.TryGetString*
|
|
commentId: Overload:Ghost.Graphics.RHI.RHIUtility.TryGetString
|
|
href: Ghost.Graphics.RHI.RHIUtility.html#Ghost_Graphics_RHI_RHIUtility_TryGetString_Ghost_Core_Key128_Ghost_Graphics_RHI_GraphicsPipeline__System_Span_System_Char__
|
|
name: TryGetString
|
|
nameWithType: RHIUtility.TryGetString
|
|
fullName: Ghost.Graphics.RHI.RHIUtility.TryGetString
|
|
- uid: System.Span{System.Char}
|
|
commentId: T:System.Span{System.Char}
|
|
parent: System
|
|
definition: System.Span`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.span-1
|
|
name: Span<char>
|
|
nameWithType: Span<char>
|
|
fullName: System.Span<char>
|
|
nameWithType.vb: Span(Of Char)
|
|
fullName.vb: System.Span(Of Char)
|
|
name.vb: Span(Of Char)
|
|
spec.csharp:
|
|
- uid: System.Span`1
|
|
name: Span
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.span-1
|
|
- name: <
|
|
- uid: System.Char
|
|
name: char
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.char
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Span`1
|
|
name: Span
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.span-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: System.Char
|
|
name: Char
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.char
|
|
- name: )
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
name: bool
|
|
nameWithType: bool
|
|
fullName: bool
|
|
nameWithType.vb: Boolean
|
|
fullName.vb: Boolean
|
|
name.vb: Boolean
|
|
- uid: System.Span`1
|
|
commentId: T:System.Span`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.span-1
|
|
name: Span<T>
|
|
nameWithType: Span<T>
|
|
fullName: System.Span<T>
|
|
nameWithType.vb: Span(Of T)
|
|
fullName.vb: System.Span(Of T)
|
|
name.vb: Span(Of T)
|
|
spec.csharp:
|
|
- uid: System.Span`1
|
|
name: Span
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.span-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Span`1
|
|
name: Span
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.span-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|