docs: generated api docs for graphics
This commit is contained in:
618
docs/documents/api/Ghost.Graphics.RHI.RenderDesc.yml
Normal file
618
docs/documents/api/Ghost.Graphics.RHI.RenderDesc.yml
Normal file
@@ -0,0 +1,618 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: Ghost.Graphics.RHI.RenderDesc
|
||||
commentId: T:Ghost.Graphics.RHI.RenderDesc
|
||||
id: RenderDesc
|
||||
parent: Ghost.Graphics.RHI
|
||||
children:
|
||||
- Ghost.Graphics.RHI.RenderDesc.CameraPosition
|
||||
- Ghost.Graphics.RHI.RenderDesc.DepthTarget
|
||||
- Ghost.Graphics.RHI.RenderDesc.ProjectionMatrix
|
||||
- Ghost.Graphics.RHI.RenderDesc.Target
|
||||
- Ghost.Graphics.RHI.RenderDesc.ViewMatrix
|
||||
- Ghost.Graphics.RHI.RenderDesc.Viewport
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RenderDesc
|
||||
nameWithType: RenderDesc
|
||||
fullName: Ghost.Graphics.RHI.RenderDesc
|
||||
type: Struct
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: RenderDesc
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 276
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public struct RenderDesc
|
||||
content.vb: Public Structure RenderDesc
|
||||
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.RenderDesc.ViewMatrix
|
||||
commentId: P:Ghost.Graphics.RHI.RenderDesc.ViewMatrix
|
||||
id: ViewMatrix
|
||||
parent: Ghost.Graphics.RHI.RenderDesc
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ViewMatrix
|
||||
nameWithType: RenderDesc.ViewMatrix
|
||||
fullName: Ghost.Graphics.RHI.RenderDesc.ViewMatrix
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: ViewMatrix
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 278
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public float4x4 ViewMatrix { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: Misaki.HighPerformance.Mathematics.float4x4
|
||||
content.vb: Public Property ViewMatrix As float4x4
|
||||
overload: Ghost.Graphics.RHI.RenderDesc.ViewMatrix*
|
||||
- uid: Ghost.Graphics.RHI.RenderDesc.ProjectionMatrix
|
||||
commentId: P:Ghost.Graphics.RHI.RenderDesc.ProjectionMatrix
|
||||
id: ProjectionMatrix
|
||||
parent: Ghost.Graphics.RHI.RenderDesc
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ProjectionMatrix
|
||||
nameWithType: RenderDesc.ProjectionMatrix
|
||||
fullName: Ghost.Graphics.RHI.RenderDesc.ProjectionMatrix
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: ProjectionMatrix
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 283
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public float4x4 ProjectionMatrix { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: Misaki.HighPerformance.Mathematics.float4x4
|
||||
content.vb: Public Property ProjectionMatrix As float4x4
|
||||
overload: Ghost.Graphics.RHI.RenderDesc.ProjectionMatrix*
|
||||
- uid: Ghost.Graphics.RHI.RenderDesc.CameraPosition
|
||||
commentId: P:Ghost.Graphics.RHI.RenderDesc.CameraPosition
|
||||
id: CameraPosition
|
||||
parent: Ghost.Graphics.RHI.RenderDesc
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CameraPosition
|
||||
nameWithType: RenderDesc.CameraPosition
|
||||
fullName: Ghost.Graphics.RHI.RenderDesc.CameraPosition
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: CameraPosition
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 288
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public float4 CameraPosition { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: Misaki.HighPerformance.Mathematics.float4
|
||||
content.vb: Public Property CameraPosition As float4
|
||||
overload: Ghost.Graphics.RHI.RenderDesc.CameraPosition*
|
||||
- uid: Ghost.Graphics.RHI.RenderDesc.Target
|
||||
commentId: P:Ghost.Graphics.RHI.RenderDesc.Target
|
||||
id: Target
|
||||
parent: Ghost.Graphics.RHI.RenderDesc
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Target
|
||||
nameWithType: RenderDesc.Target
|
||||
fullName: Ghost.Graphics.RHI.RenderDesc.Target
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: Target
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 294
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public Handle<Texture> Target { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: Ghost.Core.Handle{Ghost.Graphics.RHI.Texture}
|
||||
content.vb: Public Property Target As Handle(Of Texture)
|
||||
overload: Ghost.Graphics.RHI.RenderDesc.Target*
|
||||
- uid: Ghost.Graphics.RHI.RenderDesc.DepthTarget
|
||||
commentId: P:Ghost.Graphics.RHI.RenderDesc.DepthTarget
|
||||
id: DepthTarget
|
||||
parent: Ghost.Graphics.RHI.RenderDesc
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DepthTarget
|
||||
nameWithType: RenderDesc.DepthTarget
|
||||
fullName: Ghost.Graphics.RHI.RenderDesc.DepthTarget
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: DepthTarget
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 299
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public Handle<Texture> DepthTarget { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: Ghost.Core.Handle{Ghost.Graphics.RHI.Texture}
|
||||
content.vb: Public Property DepthTarget As Handle(Of Texture)
|
||||
overload: Ghost.Graphics.RHI.RenderDesc.DepthTarget*
|
||||
- uid: Ghost.Graphics.RHI.RenderDesc.Viewport
|
||||
commentId: P:Ghost.Graphics.RHI.RenderDesc.Viewport
|
||||
id: Viewport
|
||||
parent: Ghost.Graphics.RHI.RenderDesc
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Viewport
|
||||
nameWithType: RenderDesc.Viewport
|
||||
fullName: Ghost.Graphics.RHI.RenderDesc.Viewport
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: Viewport
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 304
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public ScissorRectDesc Viewport { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: Ghost.Graphics.RHI.ScissorRectDesc
|
||||
content.vb: Public Property Viewport As ScissorRectDesc
|
||||
overload: Ghost.Graphics.RHI.RenderDesc.Viewport*
|
||||
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.RenderDesc.ViewMatrix*
|
||||
commentId: Overload:Ghost.Graphics.RHI.RenderDesc.ViewMatrix
|
||||
href: Ghost.Graphics.RHI.RenderDesc.html#Ghost_Graphics_RHI_RenderDesc_ViewMatrix
|
||||
name: ViewMatrix
|
||||
nameWithType: RenderDesc.ViewMatrix
|
||||
fullName: Ghost.Graphics.RHI.RenderDesc.ViewMatrix
|
||||
- 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: Ghost.Graphics.RHI.RenderDesc.ProjectionMatrix*
|
||||
commentId: Overload:Ghost.Graphics.RHI.RenderDesc.ProjectionMatrix
|
||||
href: Ghost.Graphics.RHI.RenderDesc.html#Ghost_Graphics_RHI_RenderDesc_ProjectionMatrix
|
||||
name: ProjectionMatrix
|
||||
nameWithType: RenderDesc.ProjectionMatrix
|
||||
fullName: Ghost.Graphics.RHI.RenderDesc.ProjectionMatrix
|
||||
- uid: Ghost.Graphics.RHI.RenderDesc.CameraPosition*
|
||||
commentId: Overload:Ghost.Graphics.RHI.RenderDesc.CameraPosition
|
||||
href: Ghost.Graphics.RHI.RenderDesc.html#Ghost_Graphics_RHI_RenderDesc_CameraPosition
|
||||
name: CameraPosition
|
||||
nameWithType: RenderDesc.CameraPosition
|
||||
fullName: Ghost.Graphics.RHI.RenderDesc.CameraPosition
|
||||
- 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
|
||||
- uid: Ghost.Graphics.RHI.RenderDesc.Target*
|
||||
commentId: Overload:Ghost.Graphics.RHI.RenderDesc.Target
|
||||
href: Ghost.Graphics.RHI.RenderDesc.html#Ghost_Graphics_RHI_RenderDesc_Target
|
||||
name: Target
|
||||
nameWithType: RenderDesc.Target
|
||||
fullName: Ghost.Graphics.RHI.RenderDesc.Target
|
||||
- uid: Ghost.Core.Handle{Ghost.Graphics.RHI.Texture}
|
||||
commentId: T:Ghost.Core.Handle{Ghost.Graphics.RHI.Texture}
|
||||
parent: Ghost.Core
|
||||
definition: Ghost.Core.Handle`1
|
||||
href: Ghost.Graphics.RHI.Texture.html
|
||||
name: Handle<Texture>
|
||||
nameWithType: Handle<Texture>
|
||||
fullName: Ghost.Core.Handle<Ghost.Graphics.RHI.Texture>
|
||||
nameWithType.vb: Handle(Of Texture)
|
||||
fullName.vb: Ghost.Core.Handle(Of Ghost.Graphics.RHI.Texture)
|
||||
name.vb: Handle(Of Texture)
|
||||
spec.csharp:
|
||||
- uid: Ghost.Core.Handle`1
|
||||
name: Handle
|
||||
- name: <
|
||||
- uid: Ghost.Graphics.RHI.Texture
|
||||
name: Texture
|
||||
href: Ghost.Graphics.RHI.Texture.html
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: Ghost.Core.Handle`1
|
||||
name: Handle
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- uid: Ghost.Graphics.RHI.Texture
|
||||
name: Texture
|
||||
href: Ghost.Graphics.RHI.Texture.html
|
||||
- name: )
|
||||
- uid: Ghost.Core.Handle`1
|
||||
commentId: T:Ghost.Core.Handle`1
|
||||
name: Handle<T>
|
||||
nameWithType: Handle<T>
|
||||
fullName: Ghost.Core.Handle<T>
|
||||
nameWithType.vb: Handle(Of T)
|
||||
fullName.vb: Ghost.Core.Handle(Of T)
|
||||
name.vb: Handle(Of T)
|
||||
spec.csharp:
|
||||
- uid: Ghost.Core.Handle`1
|
||||
name: Handle
|
||||
- name: <
|
||||
- name: T
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: Ghost.Core.Handle`1
|
||||
name: Handle
|
||||
- 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.RenderDesc.DepthTarget*
|
||||
commentId: Overload:Ghost.Graphics.RHI.RenderDesc.DepthTarget
|
||||
href: Ghost.Graphics.RHI.RenderDesc.html#Ghost_Graphics_RHI_RenderDesc_DepthTarget
|
||||
name: DepthTarget
|
||||
nameWithType: RenderDesc.DepthTarget
|
||||
fullName: Ghost.Graphics.RHI.RenderDesc.DepthTarget
|
||||
- uid: Ghost.Graphics.RHI.RenderDesc.Viewport*
|
||||
commentId: Overload:Ghost.Graphics.RHI.RenderDesc.Viewport
|
||||
href: Ghost.Graphics.RHI.RenderDesc.html#Ghost_Graphics_RHI_RenderDesc_Viewport
|
||||
name: Viewport
|
||||
nameWithType: RenderDesc.Viewport
|
||||
fullName: Ghost.Graphics.RHI.RenderDesc.Viewport
|
||||
- uid: Ghost.Graphics.RHI.ScissorRectDesc
|
||||
commentId: T:Ghost.Graphics.RHI.ScissorRectDesc
|
||||
parent: Ghost.Graphics.RHI
|
||||
href: Ghost.Graphics.RHI.ScissorRectDesc.html
|
||||
name: ScissorRectDesc
|
||||
nameWithType: ScissorRectDesc
|
||||
fullName: Ghost.Graphics.RHI.ScissorRectDesc
|
||||
Reference in New Issue
Block a user