### YamlMime:ManagedReference items: - uid: Ghost.Graphics.RHI.CBufferInfo commentId: T:Ghost.Graphics.RHI.CBufferInfo id: CBufferInfo parent: Ghost.Graphics.RHI children: - Ghost.Graphics.RHI.CBufferInfo.Name - Ghost.Graphics.RHI.CBufferInfo.Properties - Ghost.Graphics.RHI.CBufferInfo.RegisterSlot - Ghost.Graphics.RHI.CBufferInfo.RegisterSpace - Ghost.Graphics.RHI.CBufferInfo.SizeInBytes langs: - csharp - vb name: CBufferInfo nameWithType: CBufferInfo fullName: Ghost.Graphics.RHI.CBufferInfo type: Struct source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: CBufferInfo path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 248 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public readonly struct CBufferInfo content.vb: Public Structure CBufferInfo 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.CBufferInfo.Name commentId: P:Ghost.Graphics.RHI.CBufferInfo.Name id: Name parent: Ghost.Graphics.RHI.CBufferInfo langs: - csharp - vb name: Name nameWithType: CBufferInfo.Name fullName: Ghost.Graphics.RHI.CBufferInfo.Name type: Property source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: Name path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 250 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public string Name { get; init; } parameters: [] return: type: System.String content.vb: Public Property Name As String overload: Ghost.Graphics.RHI.CBufferInfo.Name* - uid: Ghost.Graphics.RHI.CBufferInfo.RegisterSlot commentId: P:Ghost.Graphics.RHI.CBufferInfo.RegisterSlot id: RegisterSlot parent: Ghost.Graphics.RHI.CBufferInfo langs: - csharp - vb name: RegisterSlot nameWithType: CBufferInfo.RegisterSlot fullName: Ghost.Graphics.RHI.CBufferInfo.RegisterSlot type: Property source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: RegisterSlot path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 255 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public uint RegisterSlot { get; init; } parameters: [] return: type: System.UInt32 content.vb: Public Property RegisterSlot As UInteger overload: Ghost.Graphics.RHI.CBufferInfo.RegisterSlot* - uid: Ghost.Graphics.RHI.CBufferInfo.RegisterSpace commentId: P:Ghost.Graphics.RHI.CBufferInfo.RegisterSpace id: RegisterSpace parent: Ghost.Graphics.RHI.CBufferInfo langs: - csharp - vb name: RegisterSpace nameWithType: CBufferInfo.RegisterSpace fullName: Ghost.Graphics.RHI.CBufferInfo.RegisterSpace type: Property source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: RegisterSpace path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 260 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public uint RegisterSpace { get; init; } parameters: [] return: type: System.UInt32 content.vb: Public Property RegisterSpace As UInteger overload: Ghost.Graphics.RHI.CBufferInfo.RegisterSpace* - uid: Ghost.Graphics.RHI.CBufferInfo.SizeInBytes commentId: P:Ghost.Graphics.RHI.CBufferInfo.SizeInBytes id: SizeInBytes parent: Ghost.Graphics.RHI.CBufferInfo langs: - csharp - vb name: SizeInBytes nameWithType: CBufferInfo.SizeInBytes fullName: Ghost.Graphics.RHI.CBufferInfo.SizeInBytes type: Property source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: SizeInBytes path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 265 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public uint SizeInBytes { get; init; } parameters: [] return: type: System.UInt32 content.vb: Public Property SizeInBytes As UInteger overload: Ghost.Graphics.RHI.CBufferInfo.SizeInBytes* - uid: Ghost.Graphics.RHI.CBufferInfo.Properties commentId: P:Ghost.Graphics.RHI.CBufferInfo.Properties id: Properties parent: Ghost.Graphics.RHI.CBufferInfo langs: - csharp - vb name: Properties nameWithType: CBufferInfo.Properties fullName: Ghost.Graphics.RHI.CBufferInfo.Properties type: Property source: remote: path: src/Runtime/Ghost.Graphics.RHI/Common.cs branch: develop repo: https://git.personalnas.com/Misaki/GhostEngine.git id: Properties path: src/Runtime/Ghost.Graphics.RHI/Common.cs startLine: 270 assemblies: - Ghost.Graphics.RHI namespace: Ghost.Graphics.RHI syntax: content: public IReadOnlyList? Properties { get; init; } parameters: [] return: type: System.Collections.Generic.IReadOnlyList{Ghost.Graphics.RHI.CBufferPropertyInfo} content.vb: Public Property Properties As IReadOnlyList(Of CBufferPropertyInfo) overload: Ghost.Graphics.RHI.CBufferInfo.Properties* 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.CBufferInfo.Name* commentId: Overload:Ghost.Graphics.RHI.CBufferInfo.Name href: Ghost.Graphics.RHI.CBufferInfo.html#Ghost_Graphics_RHI_CBufferInfo_Name name: Name nameWithType: CBufferInfo.Name fullName: Ghost.Graphics.RHI.CBufferInfo.Name - 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.Graphics.RHI.CBufferInfo.RegisterSlot* commentId: Overload:Ghost.Graphics.RHI.CBufferInfo.RegisterSlot href: Ghost.Graphics.RHI.CBufferInfo.html#Ghost_Graphics_RHI_CBufferInfo_RegisterSlot name: RegisterSlot nameWithType: CBufferInfo.RegisterSlot fullName: Ghost.Graphics.RHI.CBufferInfo.RegisterSlot - 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.CBufferInfo.RegisterSpace* commentId: Overload:Ghost.Graphics.RHI.CBufferInfo.RegisterSpace href: Ghost.Graphics.RHI.CBufferInfo.html#Ghost_Graphics_RHI_CBufferInfo_RegisterSpace name: RegisterSpace nameWithType: CBufferInfo.RegisterSpace fullName: Ghost.Graphics.RHI.CBufferInfo.RegisterSpace - uid: Ghost.Graphics.RHI.CBufferInfo.SizeInBytes* commentId: Overload:Ghost.Graphics.RHI.CBufferInfo.SizeInBytes href: Ghost.Graphics.RHI.CBufferInfo.html#Ghost_Graphics_RHI_CBufferInfo_SizeInBytes name: SizeInBytes nameWithType: CBufferInfo.SizeInBytes fullName: Ghost.Graphics.RHI.CBufferInfo.SizeInBytes - uid: Ghost.Graphics.RHI.CBufferInfo.Properties* commentId: Overload:Ghost.Graphics.RHI.CBufferInfo.Properties href: Ghost.Graphics.RHI.CBufferInfo.html#Ghost_Graphics_RHI_CBufferInfo_Properties name: Properties nameWithType: CBufferInfo.Properties fullName: Ghost.Graphics.RHI.CBufferInfo.Properties - uid: System.Collections.Generic.IReadOnlyList{Ghost.Graphics.RHI.CBufferPropertyInfo} commentId: T:System.Collections.Generic.IReadOnlyList{Ghost.Graphics.RHI.CBufferPropertyInfo} parent: System.Collections.Generic definition: System.Collections.Generic.IReadOnlyList`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1 name: IReadOnlyList nameWithType: IReadOnlyList fullName: System.Collections.Generic.IReadOnlyList nameWithType.vb: IReadOnlyList(Of CBufferPropertyInfo) fullName.vb: System.Collections.Generic.IReadOnlyList(Of Ghost.Graphics.RHI.CBufferPropertyInfo) name.vb: IReadOnlyList(Of CBufferPropertyInfo) spec.csharp: - uid: System.Collections.Generic.IReadOnlyList`1 name: IReadOnlyList isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1 - name: < - uid: Ghost.Graphics.RHI.CBufferPropertyInfo name: CBufferPropertyInfo href: Ghost.Graphics.RHI.CBufferPropertyInfo.html - name: '>' spec.vb: - uid: System.Collections.Generic.IReadOnlyList`1 name: IReadOnlyList isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1 - name: ( - name: Of - name: " " - uid: Ghost.Graphics.RHI.CBufferPropertyInfo name: CBufferPropertyInfo href: Ghost.Graphics.RHI.CBufferPropertyInfo.html - name: ) - uid: System.Collections.Generic.IReadOnlyList`1 commentId: T:System.Collections.Generic.IReadOnlyList`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1 name: IReadOnlyList nameWithType: IReadOnlyList fullName: System.Collections.Generic.IReadOnlyList nameWithType.vb: IReadOnlyList(Of T) fullName.vb: System.Collections.Generic.IReadOnlyList(Of T) name.vb: IReadOnlyList(Of T) spec.csharp: - uid: System.Collections.Generic.IReadOnlyList`1 name: IReadOnlyList isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Collections.Generic.IReadOnlyList`1 name: IReadOnlyList isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System.Collections.Generic commentId: N:System.Collections.Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic