Files
GhostEngine/docs/documents/api/Ghost.Graphics.RHI.SwapChainTarget.yml

499 lines
17 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Ghost.Graphics.RHI.SwapChainTarget
commentId: T:Ghost.Graphics.RHI.SwapChainTarget
id: SwapChainTarget
parent: Ghost.Graphics.RHI
children:
- Ghost.Graphics.RHI.SwapChainTarget.CompositionSurface
- Ghost.Graphics.RHI.SwapChainTarget.FromCompositionSurface(System.Object)
- Ghost.Graphics.RHI.SwapChainTarget.FromWindowHandle(System.IntPtr)
- Ghost.Graphics.RHI.SwapChainTarget.Type
- Ghost.Graphics.RHI.SwapChainTarget.WindowHandle
langs:
- csharp
- vb
name: SwapChainTarget
nameWithType: SwapChainTarget
fullName: Ghost.Graphics.RHI.SwapChainTarget
type: Struct
source:
remote:
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SwapChainTarget
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
startLine: 1040
assemblies:
- Ghost.Graphics.RHI
namespace: Ghost.Graphics.RHI
syntax:
content: public struct SwapChainTarget
content.vb: Public Structure SwapChainTarget
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.SwapChainTarget.Type
commentId: P:Ghost.Graphics.RHI.SwapChainTarget.Type
id: Type
parent: Ghost.Graphics.RHI.SwapChainTarget
langs:
- csharp
- vb
name: Type
nameWithType: SwapChainTarget.Type
fullName: Ghost.Graphics.RHI.SwapChainTarget.Type
type: Property
source:
remote:
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: Type
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
startLine: 1042
assemblies:
- Ghost.Graphics.RHI
namespace: Ghost.Graphics.RHI
syntax:
content: public SwapChainTargetType Type { readonly get; set; }
parameters: []
return:
type: Ghost.Graphics.RHI.SwapChainTargetType
content.vb: Public Property Type As SwapChainTargetType
overload: Ghost.Graphics.RHI.SwapChainTarget.Type*
- uid: Ghost.Graphics.RHI.SwapChainTarget.WindowHandle
commentId: P:Ghost.Graphics.RHI.SwapChainTarget.WindowHandle
id: WindowHandle
parent: Ghost.Graphics.RHI.SwapChainTarget
langs:
- csharp
- vb
name: WindowHandle
nameWithType: SwapChainTarget.WindowHandle
fullName: Ghost.Graphics.RHI.SwapChainTarget.WindowHandle
type: Property
source:
remote:
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: WindowHandle
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
startLine: 1047
assemblies:
- Ghost.Graphics.RHI
namespace: Ghost.Graphics.RHI
syntax:
content: public nint WindowHandle { readonly get; set; }
parameters: []
return:
type: System.IntPtr
content.vb: Public Property WindowHandle As IntPtr
overload: Ghost.Graphics.RHI.SwapChainTarget.WindowHandle*
- uid: Ghost.Graphics.RHI.SwapChainTarget.CompositionSurface
commentId: P:Ghost.Graphics.RHI.SwapChainTarget.CompositionSurface
id: CompositionSurface
parent: Ghost.Graphics.RHI.SwapChainTarget
langs:
- csharp
- vb
name: CompositionSurface
nameWithType: SwapChainTarget.CompositionSurface
fullName: Ghost.Graphics.RHI.SwapChainTarget.CompositionSurface
type: Property
source:
remote:
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: CompositionSurface
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
startLine: 1052
assemblies:
- Ghost.Graphics.RHI
namespace: Ghost.Graphics.RHI
syntax:
content: public object? CompositionSurface { readonly get; set; }
parameters: []
return:
type: System.Object
content.vb: Public Property CompositionSurface As Object
overload: Ghost.Graphics.RHI.SwapChainTarget.CompositionSurface*
- uid: Ghost.Graphics.RHI.SwapChainTarget.FromWindowHandle(System.IntPtr)
commentId: M:Ghost.Graphics.RHI.SwapChainTarget.FromWindowHandle(System.IntPtr)
id: FromWindowHandle(System.IntPtr)
parent: Ghost.Graphics.RHI.SwapChainTarget
langs:
- csharp
- vb
name: FromWindowHandle(nint)
nameWithType: SwapChainTarget.FromWindowHandle(nint)
fullName: Ghost.Graphics.RHI.SwapChainTarget.FromWindowHandle(nint)
type: Method
source:
remote:
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: FromWindowHandle
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
startLine: 1058
assemblies:
- Ghost.Graphics.RHI
namespace: Ghost.Graphics.RHI
syntax:
content: public static SwapChainTarget FromWindowHandle(nint hwnd)
parameters:
- id: hwnd
type: System.IntPtr
return:
type: Ghost.Graphics.RHI.SwapChainTarget
content.vb: Public Shared Function FromWindowHandle(hwnd As IntPtr) As SwapChainTarget
overload: Ghost.Graphics.RHI.SwapChainTarget.FromWindowHandle*
nameWithType.vb: SwapChainTarget.FromWindowHandle(IntPtr)
fullName.vb: Ghost.Graphics.RHI.SwapChainTarget.FromWindowHandle(System.IntPtr)
name.vb: FromWindowHandle(IntPtr)
- uid: Ghost.Graphics.RHI.SwapChainTarget.FromCompositionSurface(System.Object)
commentId: M:Ghost.Graphics.RHI.SwapChainTarget.FromCompositionSurface(System.Object)
id: FromCompositionSurface(System.Object)
parent: Ghost.Graphics.RHI.SwapChainTarget
langs:
- csharp
- vb
name: FromCompositionSurface(object)
nameWithType: SwapChainTarget.FromCompositionSurface(object)
fullName: Ghost.Graphics.RHI.SwapChainTarget.FromCompositionSurface(object)
type: Method
source:
remote:
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: FromCompositionSurface
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
startLine: 1068
assemblies:
- Ghost.Graphics.RHI
namespace: Ghost.Graphics.RHI
syntax:
content: public static SwapChainTarget FromCompositionSurface(object surface)
parameters:
- id: surface
type: System.Object
return:
type: Ghost.Graphics.RHI.SwapChainTarget
content.vb: Public Shared Function FromCompositionSurface(surface As Object) As SwapChainTarget
overload: Ghost.Graphics.RHI.SwapChainTarget.FromCompositionSurface*
nameWithType.vb: SwapChainTarget.FromCompositionSurface(Object)
fullName.vb: Ghost.Graphics.RHI.SwapChainTarget.FromCompositionSurface(Object)
name.vb: FromCompositionSurface(Object)
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.SwapChainTarget.Type*
commentId: Overload:Ghost.Graphics.RHI.SwapChainTarget.Type
href: Ghost.Graphics.RHI.SwapChainTarget.html#Ghost_Graphics_RHI_SwapChainTarget_Type
name: Type
nameWithType: SwapChainTarget.Type
fullName: Ghost.Graphics.RHI.SwapChainTarget.Type
- uid: Ghost.Graphics.RHI.SwapChainTargetType
commentId: T:Ghost.Graphics.RHI.SwapChainTargetType
parent: Ghost.Graphics.RHI
href: Ghost.Graphics.RHI.SwapChainTargetType.html
name: SwapChainTargetType
nameWithType: SwapChainTargetType
fullName: Ghost.Graphics.RHI.SwapChainTargetType
- uid: Ghost.Graphics.RHI.SwapChainTarget.WindowHandle*
commentId: Overload:Ghost.Graphics.RHI.SwapChainTarget.WindowHandle
href: Ghost.Graphics.RHI.SwapChainTarget.html#Ghost_Graphics_RHI_SwapChainTarget_WindowHandle
name: WindowHandle
nameWithType: SwapChainTarget.WindowHandle
fullName: Ghost.Graphics.RHI.SwapChainTarget.WindowHandle
- uid: System.IntPtr
commentId: T:System.IntPtr
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.intptr
name: nint
nameWithType: nint
fullName: nint
nameWithType.vb: IntPtr
fullName.vb: System.IntPtr
name.vb: IntPtr
- uid: Ghost.Graphics.RHI.SwapChainTarget.CompositionSurface*
commentId: Overload:Ghost.Graphics.RHI.SwapChainTarget.CompositionSurface
href: Ghost.Graphics.RHI.SwapChainTarget.html#Ghost_Graphics_RHI_SwapChainTarget_CompositionSurface
name: CompositionSurface
nameWithType: SwapChainTarget.CompositionSurface
fullName: Ghost.Graphics.RHI.SwapChainTarget.CompositionSurface
- uid: Ghost.Graphics.RHI.SwapChainTarget.FromWindowHandle*
commentId: Overload:Ghost.Graphics.RHI.SwapChainTarget.FromWindowHandle
href: Ghost.Graphics.RHI.SwapChainTarget.html#Ghost_Graphics_RHI_SwapChainTarget_FromWindowHandle_System_IntPtr_
name: FromWindowHandle
nameWithType: SwapChainTarget.FromWindowHandle
fullName: Ghost.Graphics.RHI.SwapChainTarget.FromWindowHandle
- uid: Ghost.Graphics.RHI.SwapChainTarget
commentId: T:Ghost.Graphics.RHI.SwapChainTarget
parent: Ghost.Graphics.RHI
href: Ghost.Graphics.RHI.SwapChainTarget.html
name: SwapChainTarget
nameWithType: SwapChainTarget
fullName: Ghost.Graphics.RHI.SwapChainTarget
- uid: Ghost.Graphics.RHI.SwapChainTarget.FromCompositionSurface*
commentId: Overload:Ghost.Graphics.RHI.SwapChainTarget.FromCompositionSurface
href: Ghost.Graphics.RHI.SwapChainTarget.html#Ghost_Graphics_RHI_SwapChainTarget_FromCompositionSurface_System_Object_
name: FromCompositionSurface
nameWithType: SwapChainTarget.FromCompositionSurface
fullName: Ghost.Graphics.RHI.SwapChainTarget.FromCompositionSurface