Files
GhostEngine/docs/documents/api/Ghost.Graphics.RHI.Vertex.Semantic.yml

521 lines
16 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Ghost.Graphics.RHI.Vertex.Semantic
commentId: T:Ghost.Graphics.RHI.Vertex.Semantic
id: Vertex.Semantic
parent: Ghost.Graphics.RHI
children:
- Ghost.Graphics.RHI.Vertex.Semantic.COUNT
- Ghost.Graphics.RHI.Vertex.Semantic.Color
- Ghost.Graphics.RHI.Vertex.Semantic.Normal
- Ghost.Graphics.RHI.Vertex.Semantic.Position
- Ghost.Graphics.RHI.Vertex.Semantic.Tangent
- Ghost.Graphics.RHI.Vertex.Semantic.Uv
langs:
- csharp
- vb
name: Vertex.Semantic
nameWithType: Vertex.Semantic
fullName: Ghost.Graphics.RHI.Vertex.Semantic
type: Class
source:
remote:
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Semantic
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
startLine: 136
assemblies:
- Ghost.Graphics.RHI
namespace: Ghost.Graphics.RHI
syntax:
content: public static class Vertex.Semantic
content.vb: Public Module Vertex.Semantic
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.Vertex.Semantic.COUNT
commentId: F:Ghost.Graphics.RHI.Vertex.Semantic.COUNT
id: COUNT
parent: Ghost.Graphics.RHI.Vertex.Semantic
langs:
- csharp
- vb
name: COUNT
nameWithType: Vertex.Semantic.COUNT
fullName: Ghost.Graphics.RHI.Vertex.Semantic.COUNT
type: Field
source:
remote:
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: COUNT
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
startLine: 138
assemblies:
- Ghost.Graphics.RHI
namespace: Ghost.Graphics.RHI
syntax:
content: public const int COUNT = 5
return:
type: System.Int32
content.vb: Public Const COUNT As Integer = 5
- uid: Ghost.Graphics.RHI.Vertex.Semantic.Position
commentId: F:Ghost.Graphics.RHI.Vertex.Semantic.Position
id: Position
parent: Ghost.Graphics.RHI.Vertex.Semantic
langs:
- csharp
- vb
name: Position
nameWithType: Vertex.Semantic.Position
fullName: Ghost.Graphics.RHI.Vertex.Semantic.Position
type: Field
source:
remote:
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Position
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
startLine: 140
assemblies:
- Ghost.Graphics.RHI
namespace: Ghost.Graphics.RHI
syntax:
content: public static readonly FixedText32 Position
return:
type: Misaki.HighPerformance.LowLevel.Collections.FixedText32
content.vb: Public Shared ReadOnly Position As FixedText32
- uid: Ghost.Graphics.RHI.Vertex.Semantic.Normal
commentId: F:Ghost.Graphics.RHI.Vertex.Semantic.Normal
id: Normal
parent: Ghost.Graphics.RHI.Vertex.Semantic
langs:
- csharp
- vb
name: Normal
nameWithType: Vertex.Semantic.Normal
fullName: Ghost.Graphics.RHI.Vertex.Semantic.Normal
type: Field
source:
remote:
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Normal
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
startLine: 141
assemblies:
- Ghost.Graphics.RHI
namespace: Ghost.Graphics.RHI
syntax:
content: public static readonly FixedText32 Normal
return:
type: Misaki.HighPerformance.LowLevel.Collections.FixedText32
content.vb: Public Shared ReadOnly Normal As FixedText32
- uid: Ghost.Graphics.RHI.Vertex.Semantic.Tangent
commentId: F:Ghost.Graphics.RHI.Vertex.Semantic.Tangent
id: Tangent
parent: Ghost.Graphics.RHI.Vertex.Semantic
langs:
- csharp
- vb
name: Tangent
nameWithType: Vertex.Semantic.Tangent
fullName: Ghost.Graphics.RHI.Vertex.Semantic.Tangent
type: Field
source:
remote:
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Tangent
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
startLine: 142
assemblies:
- Ghost.Graphics.RHI
namespace: Ghost.Graphics.RHI
syntax:
content: public static readonly FixedText32 Tangent
return:
type: Misaki.HighPerformance.LowLevel.Collections.FixedText32
content.vb: Public Shared ReadOnly Tangent As FixedText32
- uid: Ghost.Graphics.RHI.Vertex.Semantic.Uv
commentId: F:Ghost.Graphics.RHI.Vertex.Semantic.Uv
id: Uv
parent: Ghost.Graphics.RHI.Vertex.Semantic
langs:
- csharp
- vb
name: Uv
nameWithType: Vertex.Semantic.Uv
fullName: Ghost.Graphics.RHI.Vertex.Semantic.Uv
type: Field
source:
remote:
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Uv
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
startLine: 143
assemblies:
- Ghost.Graphics.RHI
namespace: Ghost.Graphics.RHI
syntax:
content: public static readonly FixedText32 Uv
return:
type: Misaki.HighPerformance.LowLevel.Collections.FixedText32
content.vb: Public Shared ReadOnly Uv As FixedText32
- uid: Ghost.Graphics.RHI.Vertex.Semantic.Color
commentId: F:Ghost.Graphics.RHI.Vertex.Semantic.Color
id: Color
parent: Ghost.Graphics.RHI.Vertex.Semantic
langs:
- csharp
- vb
name: Color
nameWithType: Vertex.Semantic.Color
fullName: Ghost.Graphics.RHI.Vertex.Semantic.Color
type: Field
source:
remote:
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Color
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
startLine: 144
assemblies:
- Ghost.Graphics.RHI
namespace: Ghost.Graphics.RHI
syntax:
content: public static readonly FixedText32 Color
return:
type: Misaki.HighPerformance.LowLevel.Collections.FixedText32
content.vb: Public Shared ReadOnly Color As FixedText32
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: Misaki.HighPerformance.LowLevel.Collections.FixedText32
commentId: T:Misaki.HighPerformance.LowLevel.Collections.FixedText32
parent: Misaki.HighPerformance.LowLevel.Collections
name: FixedText32
nameWithType: FixedText32
fullName: Misaki.HighPerformance.LowLevel.Collections.FixedText32
- uid: Misaki.HighPerformance.LowLevel.Collections
commentId: N:Misaki.HighPerformance.LowLevel.Collections
name: Misaki.HighPerformance.LowLevel.Collections
nameWithType: Misaki.HighPerformance.LowLevel.Collections
fullName: Misaki.HighPerformance.LowLevel.Collections
spec.csharp:
- uid: Misaki
name: Misaki
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
- name: .
- uid: Misaki.HighPerformance.LowLevel
name: LowLevel
- name: .
- uid: Misaki.HighPerformance.LowLevel.Collections
name: Collections
spec.vb:
- uid: Misaki
name: Misaki
- name: .
- uid: Misaki.HighPerformance
name: HighPerformance
- name: .
- uid: Misaki.HighPerformance.LowLevel
name: LowLevel
- name: .
- uid: Misaki.HighPerformance.LowLevel.Collections
name: Collections