542 lines
16 KiB
YAML
542 lines
16 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: Ghost.Graphics.RHI.ViewData
|
|
commentId: T:Ghost.Graphics.RHI.ViewData
|
|
id: ViewData
|
|
parent: Ghost.Graphics.RHI
|
|
children:
|
|
- Ghost.Graphics.RHI.ViewData.cameraDirection
|
|
- Ghost.Graphics.RHI.ViewData.cameraPosition
|
|
- Ghost.Graphics.RHI.ViewData.farClip
|
|
- Ghost.Graphics.RHI.ViewData.nearClip
|
|
- Ghost.Graphics.RHI.ViewData.projectionMatrix
|
|
- Ghost.Graphics.RHI.ViewData.screenSize
|
|
- Ghost.Graphics.RHI.ViewData.viewMatrix
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ViewData
|
|
nameWithType: ViewData
|
|
fullName: Ghost.Graphics.RHI.ViewData
|
|
type: Struct
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: ViewData
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
startLine: 39
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public struct ViewData
|
|
content.vb: Public Structure ViewData
|
|
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.ViewData.viewMatrix
|
|
commentId: F:Ghost.Graphics.RHI.ViewData.viewMatrix
|
|
id: viewMatrix
|
|
parent: Ghost.Graphics.RHI.ViewData
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: viewMatrix
|
|
nameWithType: ViewData.viewMatrix
|
|
fullName: Ghost.Graphics.RHI.ViewData.viewMatrix
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: viewMatrix
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
startLine: 42
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public float4x4 viewMatrix
|
|
return:
|
|
type: Misaki.HighPerformance.Mathematics.float4x4
|
|
content.vb: Public viewMatrix As float4x4
|
|
- uid: Ghost.Graphics.RHI.ViewData.projectionMatrix
|
|
commentId: F:Ghost.Graphics.RHI.ViewData.projectionMatrix
|
|
id: projectionMatrix
|
|
parent: Ghost.Graphics.RHI.ViewData
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: projectionMatrix
|
|
nameWithType: ViewData.projectionMatrix
|
|
fullName: Ghost.Graphics.RHI.ViewData.projectionMatrix
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: projectionMatrix
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
startLine: 43
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public float4x4 projectionMatrix
|
|
return:
|
|
type: Misaki.HighPerformance.Mathematics.float4x4
|
|
content.vb: Public projectionMatrix As float4x4
|
|
- uid: Ghost.Graphics.RHI.ViewData.cameraPosition
|
|
commentId: F:Ghost.Graphics.RHI.ViewData.cameraPosition
|
|
id: cameraPosition
|
|
parent: Ghost.Graphics.RHI.ViewData
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: cameraPosition
|
|
nameWithType: ViewData.cameraPosition
|
|
fullName: Ghost.Graphics.RHI.ViewData.cameraPosition
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: cameraPosition
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
startLine: 44
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public float3 cameraPosition
|
|
return:
|
|
type: Misaki.HighPerformance.Mathematics.float3
|
|
content.vb: Public cameraPosition As float3
|
|
- uid: Ghost.Graphics.RHI.ViewData.nearClip
|
|
commentId: F:Ghost.Graphics.RHI.ViewData.nearClip
|
|
id: nearClip
|
|
parent: Ghost.Graphics.RHI.ViewData
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: nearClip
|
|
nameWithType: ViewData.nearClip
|
|
fullName: Ghost.Graphics.RHI.ViewData.nearClip
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: nearClip
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
startLine: 45
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public float nearClip
|
|
return:
|
|
type: System.Single
|
|
content.vb: Public nearClip As Single
|
|
- uid: Ghost.Graphics.RHI.ViewData.cameraDirection
|
|
commentId: F:Ghost.Graphics.RHI.ViewData.cameraDirection
|
|
id: cameraDirection
|
|
parent: Ghost.Graphics.RHI.ViewData
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: cameraDirection
|
|
nameWithType: ViewData.cameraDirection
|
|
fullName: Ghost.Graphics.RHI.ViewData.cameraDirection
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: cameraDirection
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
startLine: 46
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public float3 cameraDirection
|
|
return:
|
|
type: Misaki.HighPerformance.Mathematics.float3
|
|
content.vb: Public cameraDirection As float3
|
|
- uid: Ghost.Graphics.RHI.ViewData.farClip
|
|
commentId: F:Ghost.Graphics.RHI.ViewData.farClip
|
|
id: farClip
|
|
parent: Ghost.Graphics.RHI.ViewData
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: farClip
|
|
nameWithType: ViewData.farClip
|
|
fullName: Ghost.Graphics.RHI.ViewData.farClip
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: farClip
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
startLine: 47
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public float farClip
|
|
return:
|
|
type: System.Single
|
|
content.vb: Public farClip As Single
|
|
- uid: Ghost.Graphics.RHI.ViewData.screenSize
|
|
commentId: F:Ghost.Graphics.RHI.ViewData.screenSize
|
|
id: screenSize
|
|
parent: Ghost.Graphics.RHI.ViewData
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: screenSize
|
|
nameWithType: ViewData.screenSize
|
|
fullName: Ghost.Graphics.RHI.ViewData.screenSize
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: screenSize
|
|
path: src/Runtime/Ghost.Graphics.RHI/RootSignatureLayout.cs
|
|
startLine: 48
|
|
assemblies:
|
|
- Ghost.Graphics.RHI
|
|
namespace: Ghost.Graphics.RHI
|
|
syntax:
|
|
content: public float4 screenSize
|
|
return:
|
|
type: Misaki.HighPerformance.Mathematics.float4
|
|
content.vb: Public screenSize As float4
|
|
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: Misaki.HighPerformance.Mathematics.float4x4
|
|
commentId: T:Misaki.HighPerformance.Mathematics.float4x4
|
|
parent: Misaki.HighPerformance.Mathematics
|
|
isExternal: true
|
|
name: float4x4
|
|
nameWithType: float4x4
|
|
fullName: Misaki.HighPerformance.Mathematics.float4x4
|
|
- uid: Misaki.HighPerformance.Mathematics
|
|
commentId: N:Misaki.HighPerformance.Mathematics
|
|
isExternal: true
|
|
name: Misaki.HighPerformance.Mathematics
|
|
nameWithType: Misaki.HighPerformance.Mathematics
|
|
fullName: Misaki.HighPerformance.Mathematics
|
|
spec.csharp:
|
|
- uid: Misaki
|
|
name: Misaki
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance
|
|
name: HighPerformance
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance.Mathematics
|
|
name: Mathematics
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: Misaki
|
|
name: Misaki
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance
|
|
name: HighPerformance
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance.Mathematics
|
|
name: Mathematics
|
|
isExternal: true
|
|
- uid: Misaki.HighPerformance.Mathematics.float3
|
|
commentId: T:Misaki.HighPerformance.Mathematics.float3
|
|
parent: Misaki.HighPerformance.Mathematics
|
|
isExternal: true
|
|
name: float3
|
|
nameWithType: float3
|
|
fullName: Misaki.HighPerformance.Mathematics.float3
|
|
- uid: System.Single
|
|
commentId: T:System.Single
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
name: float
|
|
nameWithType: float
|
|
fullName: float
|
|
nameWithType.vb: Single
|
|
fullName.vb: Single
|
|
name.vb: Single
|
|
- uid: Misaki.HighPerformance.Mathematics.float4
|
|
commentId: T:Misaki.HighPerformance.Mathematics.float4
|
|
parent: Misaki.HighPerformance.Mathematics
|
|
isExternal: true
|
|
name: float4
|
|
nameWithType: float4
|
|
fullName: Misaki.HighPerformance.Mathematics.float4
|