Files
GhostEngine/docs/documents/api/Ghost.Graphics.RenderGraphModule.IRasterRenderContext.yml

964 lines
44 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
commentId: T:Ghost.Graphics.RenderGraphModule.IRasterRenderContext
id: IRasterRenderContext
parent: Ghost.Graphics.RenderGraphModule
children:
- Ghost.Graphics.RenderGraphModule.IRasterRenderContext.DispatchMesh(Misaki.HighPerformance.Mathematics.uint3)
- Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Core.Handle{Ghost.Graphics.Core.Material})
- Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Graphics.Core.Material@)
- Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Core.Handle{Ghost.Graphics.Core.Mesh})
- Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Graphics.Core.Mesh@)
- Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData(System.UInt32,System.UInt32)
- Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData(System.UInt32)
- Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex(System.UInt32)
- Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect(Ghost.Graphics.RHI.ScissorRectDesc)
- Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetViewport(Ghost.Graphics.RHI.ViewportDesc)
langs:
- csharp
- vb
name: IRasterRenderContext
nameWithType: IRasterRenderContext
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
type: Interface
source:
remote:
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IRasterRenderContext
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
startLine: 22
assemblies:
- Ghost.Graphics
namespace: Ghost.Graphics.RenderGraphModule
syntax:
content: 'public interface IRasterRenderContext : IRenderGraphContext'
content.vb: Public Interface IRasterRenderContext Inherits IRenderGraphContext
inheritedMembers:
- Ghost.Graphics.RenderGraphModule.IRenderGraphContext.ResourceManager
- Ghost.Graphics.RenderGraphModule.IRenderGraphContext.ResourceDatabase
- Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualResource(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGResource})
- Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualTexture(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGTexture})
- Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualBuffer(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGBuffer})
- Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryTexture(System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGTexture}},System.Int32)
- Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryBuffer(System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGBuffer}},System.Int32)
- Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetCommandBufferUnsafe
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetViewport(Ghost.Graphics.RHI.ViewportDesc)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetViewport(Ghost.Graphics.RHI.ViewportDesc)
id: SetViewport(Ghost.Graphics.RHI.ViewportDesc)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
langs:
- csharp
- vb
name: SetViewport(ViewportDesc)
nameWithType: IRasterRenderContext.SetViewport(ViewportDesc)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetViewport(Ghost.Graphics.RHI.ViewportDesc)
type: Method
source:
remote:
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetViewport
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
startLine: 24
assemblies:
- Ghost.Graphics
namespace: Ghost.Graphics.RenderGraphModule
syntax:
content: void SetViewport(ViewportDesc desc)
parameters:
- id: desc
type: Ghost.Graphics.RHI.ViewportDesc
content.vb: Sub SetViewport(desc As ViewportDesc)
overload: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetViewport*
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect(Ghost.Graphics.RHI.ScissorRectDesc)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect(Ghost.Graphics.RHI.ScissorRectDesc)
id: SetScissorRect(Ghost.Graphics.RHI.ScissorRectDesc)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
langs:
- csharp
- vb
name: SetScissorRect(ScissorRectDesc)
nameWithType: IRasterRenderContext.SetScissorRect(ScissorRectDesc)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect(Ghost.Graphics.RHI.ScissorRectDesc)
type: Method
source:
remote:
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetScissorRect
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
startLine: 25
assemblies:
- Ghost.Graphics
namespace: Ghost.Graphics.RenderGraphModule
syntax:
content: void SetScissorRect(ScissorRectDesc desc)
parameters:
- id: desc
type: Ghost.Graphics.RHI.ScissorRectDesc
content.vb: Sub SetScissorRect(desc As ScissorRectDesc)
overload: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect*
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData(System.UInt32,System.UInt32)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData(System.UInt32,System.UInt32)
id: SetGlobalData(System.UInt32,System.UInt32)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
langs:
- csharp
- vb
name: SetGlobalData(uint, uint)
nameWithType: IRasterRenderContext.SetGlobalData(uint, uint)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData(uint, uint)
type: Method
source:
remote:
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetGlobalData
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
startLine: 27
assemblies:
- Ghost.Graphics
namespace: Ghost.Graphics.RenderGraphModule
syntax:
content: void SetGlobalData(uint globalIndex, uint viewIndex)
parameters:
- id: globalIndex
type: System.UInt32
- id: viewIndex
type: System.UInt32
content.vb: Sub SetGlobalData(globalIndex As UInteger, viewIndex As UInteger)
overload: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData*
nameWithType.vb: IRasterRenderContext.SetGlobalData(UInteger, UInteger)
fullName.vb: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData(UInteger, UInteger)
name.vb: SetGlobalData(UInteger, UInteger)
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData(System.UInt32)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData(System.UInt32)
id: SetInstanceData(System.UInt32)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
langs:
- csharp
- vb
name: SetInstanceData(uint)
nameWithType: IRasterRenderContext.SetInstanceData(uint)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData(uint)
type: Method
source:
remote:
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetInstanceData
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
startLine: 28
assemblies:
- Ghost.Graphics
namespace: Ghost.Graphics.RenderGraphModule
syntax:
content: void SetInstanceData(uint instanceBuffer)
parameters:
- id: instanceBuffer
type: System.UInt32
content.vb: Sub SetInstanceData(instanceBuffer As UInteger)
overload: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData*
nameWithType.vb: IRasterRenderContext.SetInstanceData(UInteger)
fullName.vb: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData(UInteger)
name.vb: SetInstanceData(UInteger)
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex(System.UInt32)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex(System.UInt32)
id: SetInstanceIndex(System.UInt32)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
langs:
- csharp
- vb
name: SetInstanceIndex(uint)
nameWithType: IRasterRenderContext.SetInstanceIndex(uint)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex(uint)
type: Method
source:
remote:
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetInstanceIndex
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
startLine: 29
assemblies:
- Ghost.Graphics
namespace: Ghost.Graphics.RenderGraphModule
syntax:
content: void SetInstanceIndex(uint instanceIndex)
parameters:
- id: instanceIndex
type: System.UInt32
content.vb: Sub SetInstanceIndex(instanceIndex As UInteger)
overload: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex*
nameWithType.vb: IRasterRenderContext.SetInstanceIndex(UInteger)
fullName.vb: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex(UInteger)
name.vb: SetInstanceIndex(UInteger)
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Core.Handle{Ghost.Graphics.Core.Material})
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Core.Handle{Ghost.Graphics.Core.Material})
id: SetActiveMaterial(Ghost.Core.Handle{Ghost.Graphics.Core.Material})
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
langs:
- csharp
- vb
name: SetActiveMaterial(Handle<Material>)
nameWithType: IRasterRenderContext.SetActiveMaterial(Handle<Material>)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Core.Handle<Ghost.Graphics.Core.Material>)
type: Method
source:
remote:
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetActiveMaterial
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
startLine: 31
assemblies:
- Ghost.Graphics
namespace: Ghost.Graphics.RenderGraphModule
syntax:
content: void SetActiveMaterial(Handle<Material> material)
parameters:
- id: material
type: Ghost.Core.Handle{Ghost.Graphics.Core.Material}
content.vb: Sub SetActiveMaterial(material As Handle(Of Material))
overload: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial*
nameWithType.vb: IRasterRenderContext.SetActiveMaterial(Handle(Of Material))
fullName.vb: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Core.Handle(Of Ghost.Graphics.Core.Material))
name.vb: SetActiveMaterial(Handle(Of Material))
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Graphics.Core.Material@)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Graphics.Core.Material@)
id: SetActiveMaterial(Ghost.Graphics.Core.Material@)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
langs:
- csharp
- vb
name: SetActiveMaterial(ref readonly Material)
nameWithType: IRasterRenderContext.SetActiveMaterial(ref readonly Material)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(ref readonly Ghost.Graphics.Core.Material)
type: Method
source:
remote:
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetActiveMaterial
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
startLine: 32
assemblies:
- Ghost.Graphics
namespace: Ghost.Graphics.RenderGraphModule
syntax:
content: void SetActiveMaterial(ref readonly Material material)
parameters:
- id: material
type: Ghost.Graphics.Core.Material
content.vb: Sub SetActiveMaterial(material As Material)
overload: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial*
nameWithType.vb: IRasterRenderContext.SetActiveMaterial(Material)
fullName.vb: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Graphics.Core.Material)
name.vb: SetActiveMaterial(Material)
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Core.Handle{Ghost.Graphics.Core.Mesh})
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Core.Handle{Ghost.Graphics.Core.Mesh})
id: SetActiveMesh(Ghost.Core.Handle{Ghost.Graphics.Core.Mesh})
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
langs:
- csharp
- vb
name: SetActiveMesh(Handle<Mesh>)
nameWithType: IRasterRenderContext.SetActiveMesh(Handle<Mesh>)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Core.Handle<Ghost.Graphics.Core.Mesh>)
type: Method
source:
remote:
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetActiveMesh
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
startLine: 33
assemblies:
- Ghost.Graphics
namespace: Ghost.Graphics.RenderGraphModule
syntax:
content: void SetActiveMesh(Handle<Mesh> mesh)
parameters:
- id: mesh
type: Ghost.Core.Handle{Ghost.Graphics.Core.Mesh}
content.vb: Sub SetActiveMesh(mesh As Handle(Of Mesh))
overload: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh*
nameWithType.vb: IRasterRenderContext.SetActiveMesh(Handle(Of Mesh))
fullName.vb: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Core.Handle(Of Ghost.Graphics.Core.Mesh))
name.vb: SetActiveMesh(Handle(Of Mesh))
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Graphics.Core.Mesh@)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Graphics.Core.Mesh@)
id: SetActiveMesh(Ghost.Graphics.Core.Mesh@)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
langs:
- csharp
- vb
name: SetActiveMesh(ref readonly Mesh)
nameWithType: IRasterRenderContext.SetActiveMesh(ref readonly Mesh)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(ref readonly Ghost.Graphics.Core.Mesh)
type: Method
source:
remote:
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: SetActiveMesh
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
startLine: 34
assemblies:
- Ghost.Graphics
namespace: Ghost.Graphics.RenderGraphModule
syntax:
content: void SetActiveMesh(ref readonly Mesh mesh)
parameters:
- id: mesh
type: Ghost.Graphics.Core.Mesh
content.vb: Sub SetActiveMesh(mesh As Mesh)
overload: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh*
nameWithType.vb: IRasterRenderContext.SetActiveMesh(Mesh)
fullName.vb: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Graphics.Core.Mesh)
name.vb: SetActiveMesh(Mesh)
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.DispatchMesh(Misaki.HighPerformance.Mathematics.uint3)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.DispatchMesh(Misaki.HighPerformance.Mathematics.uint3)
id: DispatchMesh(Misaki.HighPerformance.Mathematics.uint3)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
langs:
- csharp
- vb
name: DispatchMesh(uint3)
nameWithType: IRasterRenderContext.DispatchMesh(uint3)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.DispatchMesh(Misaki.HighPerformance.Mathematics.uint3)
type: Method
source:
remote:
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: DispatchMesh
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
startLine: 35
assemblies:
- Ghost.Graphics
namespace: Ghost.Graphics.RenderGraphModule
syntax:
content: void DispatchMesh(uint3 threadGroupCount)
parameters:
- id: threadGroupCount
type: Misaki.HighPerformance.Mathematics.uint3
content.vb: Sub DispatchMesh(threadGroupCount As uint3)
overload: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.DispatchMesh*
references:
- uid: Ghost.Graphics.RenderGraphModule
commentId: N:Ghost.Graphics.RenderGraphModule
href: Ghost.html
name: Ghost.Graphics.RenderGraphModule
nameWithType: Ghost.Graphics.RenderGraphModule
fullName: Ghost.Graphics.RenderGraphModule
spec.csharp:
- uid: Ghost
name: Ghost
href: Ghost.html
- name: .
- uid: Ghost.Graphics
name: Graphics
href: Ghost.Graphics.html
- name: .
- uid: Ghost.Graphics.RenderGraphModule
name: RenderGraphModule
href: Ghost.Graphics.RenderGraphModule.html
spec.vb:
- uid: Ghost
name: Ghost
href: Ghost.html
- name: .
- uid: Ghost.Graphics
name: Graphics
href: Ghost.Graphics.html
- name: .
- uid: Ghost.Graphics.RenderGraphModule
name: RenderGraphModule
href: Ghost.Graphics.RenderGraphModule.html
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.ResourceManager
commentId: P:Ghost.Graphics.RenderGraphModule.IRenderGraphContext.ResourceManager
parent: Ghost.Graphics.RenderGraphModule.IRenderGraphContext
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_ResourceManager
name: ResourceManager
nameWithType: IRenderGraphContext.ResourceManager
fullName: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.ResourceManager
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.ResourceDatabase
commentId: P:Ghost.Graphics.RenderGraphModule.IRenderGraphContext.ResourceDatabase
parent: Ghost.Graphics.RenderGraphModule.IRenderGraphContext
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_ResourceDatabase
name: ResourceDatabase
nameWithType: IRenderGraphContext.ResourceDatabase
fullName: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.ResourceDatabase
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualResource(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGResource})
commentId: M:Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualResource(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGResource})
parent: Ghost.Graphics.RenderGraphModule.IRenderGraphContext
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetActualResource_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGResource__
name: GetActualResource(Identifier<RGResource>)
nameWithType: IRenderGraphContext.GetActualResource(Identifier<RGResource>)
fullName: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualResource(Ghost.Core.Identifier<Ghost.Graphics.RenderGraphModule.RGResource>)
nameWithType.vb: IRenderGraphContext.GetActualResource(Identifier(Of RGResource))
fullName.vb: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualResource(Ghost.Core.Identifier(Of Ghost.Graphics.RenderGraphModule.RGResource))
name.vb: GetActualResource(Identifier(Of RGResource))
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualResource(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGResource})
name: GetActualResource
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetActualResource_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGResource__
- name: (
- uid: Ghost.Core.Identifier`1
name: Identifier
- name: <
- uid: Ghost.Graphics.RenderGraphModule.RGResource
name: RGResource
href: Ghost.Graphics.RenderGraphModule.RGResource.html
- name: '>'
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualResource(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGResource})
name: GetActualResource
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetActualResource_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGResource__
- name: (
- uid: Ghost.Core.Identifier`1
name: Identifier
- name: (
- name: Of
- name: " "
- uid: Ghost.Graphics.RenderGraphModule.RGResource
name: RGResource
href: Ghost.Graphics.RenderGraphModule.RGResource.html
- name: )
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualTexture(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGTexture})
commentId: M:Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualTexture(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGTexture})
parent: Ghost.Graphics.RenderGraphModule.IRenderGraphContext
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetActualTexture_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGTexture__
name: GetActualTexture(Identifier<RGTexture>)
nameWithType: IRenderGraphContext.GetActualTexture(Identifier<RGTexture>)
fullName: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualTexture(Ghost.Core.Identifier<Ghost.Graphics.RenderGraphModule.RGTexture>)
nameWithType.vb: IRenderGraphContext.GetActualTexture(Identifier(Of RGTexture))
fullName.vb: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualTexture(Ghost.Core.Identifier(Of Ghost.Graphics.RenderGraphModule.RGTexture))
name.vb: GetActualTexture(Identifier(Of RGTexture))
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualTexture(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGTexture})
name: GetActualTexture
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetActualTexture_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGTexture__
- name: (
- uid: Ghost.Core.Identifier`1
name: Identifier
- name: <
- uid: Ghost.Graphics.RenderGraphModule.RGTexture
name: RGTexture
href: Ghost.Graphics.RenderGraphModule.RGTexture.html
- name: '>'
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualTexture(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGTexture})
name: GetActualTexture
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetActualTexture_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGTexture__
- name: (
- uid: Ghost.Core.Identifier`1
name: Identifier
- name: (
- name: Of
- name: " "
- uid: Ghost.Graphics.RenderGraphModule.RGTexture
name: RGTexture
href: Ghost.Graphics.RenderGraphModule.RGTexture.html
- name: )
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualBuffer(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGBuffer})
commentId: M:Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualBuffer(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGBuffer})
parent: Ghost.Graphics.RenderGraphModule.IRenderGraphContext
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetActualBuffer_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGBuffer__
name: GetActualBuffer(Identifier<RGBuffer>)
nameWithType: IRenderGraphContext.GetActualBuffer(Identifier<RGBuffer>)
fullName: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualBuffer(Ghost.Core.Identifier<Ghost.Graphics.RenderGraphModule.RGBuffer>)
nameWithType.vb: IRenderGraphContext.GetActualBuffer(Identifier(Of RGBuffer))
fullName.vb: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualBuffer(Ghost.Core.Identifier(Of Ghost.Graphics.RenderGraphModule.RGBuffer))
name.vb: GetActualBuffer(Identifier(Of RGBuffer))
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualBuffer(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGBuffer})
name: GetActualBuffer
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetActualBuffer_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGBuffer__
- name: (
- uid: Ghost.Core.Identifier`1
name: Identifier
- name: <
- uid: Ghost.Graphics.RenderGraphModule.RGBuffer
name: RGBuffer
href: Ghost.Graphics.RenderGraphModule.RGBuffer.html
- name: '>'
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetActualBuffer(Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGBuffer})
name: GetActualBuffer
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetActualBuffer_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGBuffer__
- name: (
- uid: Ghost.Core.Identifier`1
name: Identifier
- name: (
- name: Of
- name: " "
- uid: Ghost.Graphics.RenderGraphModule.RGBuffer
name: RGBuffer
href: Ghost.Graphics.RenderGraphModule.RGBuffer.html
- name: )
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryTexture(System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGTexture}},System.Int32)
commentId: M:Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryTexture(System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGTexture}},System.Int32)
parent: Ghost.Graphics.RenderGraphModule.IRenderGraphContext
isExternal: true
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetHistoryTexture_System_ReadOnlySpan_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGTexture___System_Int32_
name: GetHistoryTexture(ReadOnlySpan<Identifier<RGTexture>>, int)
nameWithType: IRenderGraphContext.GetHistoryTexture(ReadOnlySpan<Identifier<RGTexture>>, int)
fullName: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryTexture(System.ReadOnlySpan<Ghost.Core.Identifier<Ghost.Graphics.RenderGraphModule.RGTexture>>, int)
nameWithType.vb: IRenderGraphContext.GetHistoryTexture(ReadOnlySpan(Of Identifier(Of RGTexture)), Integer)
fullName.vb: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryTexture(System.ReadOnlySpan(Of Ghost.Core.Identifier(Of Ghost.Graphics.RenderGraphModule.RGTexture)), Integer)
name.vb: GetHistoryTexture(ReadOnlySpan(Of Identifier(Of RGTexture)), Integer)
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryTexture(System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGTexture}},System.Int32)
name: GetHistoryTexture
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetHistoryTexture_System_ReadOnlySpan_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGTexture___System_Int32_
- name: (
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: <
- uid: Ghost.Core.Identifier`1
name: Identifier
- name: <
- uid: Ghost.Graphics.RenderGraphModule.RGTexture
name: RGTexture
href: Ghost.Graphics.RenderGraphModule.RGTexture.html
- name: '>'
- name: '>'
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryTexture(System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGTexture}},System.Int32)
name: GetHistoryTexture
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetHistoryTexture_System_ReadOnlySpan_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGTexture___System_Int32_
- name: (
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: (
- name: Of
- name: " "
- uid: Ghost.Core.Identifier`1
name: Identifier
- name: (
- name: Of
- name: " "
- uid: Ghost.Graphics.RenderGraphModule.RGTexture
name: RGTexture
href: Ghost.Graphics.RenderGraphModule.RGTexture.html
- name: )
- name: )
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryBuffer(System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGBuffer}},System.Int32)
commentId: M:Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryBuffer(System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGBuffer}},System.Int32)
parent: Ghost.Graphics.RenderGraphModule.IRenderGraphContext
isExternal: true
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetHistoryBuffer_System_ReadOnlySpan_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGBuffer___System_Int32_
name: GetHistoryBuffer(ReadOnlySpan<Identifier<RGBuffer>>, int)
nameWithType: IRenderGraphContext.GetHistoryBuffer(ReadOnlySpan<Identifier<RGBuffer>>, int)
fullName: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryBuffer(System.ReadOnlySpan<Ghost.Core.Identifier<Ghost.Graphics.RenderGraphModule.RGBuffer>>, int)
nameWithType.vb: IRenderGraphContext.GetHistoryBuffer(ReadOnlySpan(Of Identifier(Of RGBuffer)), Integer)
fullName.vb: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryBuffer(System.ReadOnlySpan(Of Ghost.Core.Identifier(Of Ghost.Graphics.RenderGraphModule.RGBuffer)), Integer)
name.vb: GetHistoryBuffer(ReadOnlySpan(Of Identifier(Of RGBuffer)), Integer)
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryBuffer(System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGBuffer}},System.Int32)
name: GetHistoryBuffer
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetHistoryBuffer_System_ReadOnlySpan_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGBuffer___System_Int32_
- name: (
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: <
- uid: Ghost.Core.Identifier`1
name: Identifier
- name: <
- uid: Ghost.Graphics.RenderGraphModule.RGBuffer
name: RGBuffer
href: Ghost.Graphics.RenderGraphModule.RGBuffer.html
- name: '>'
- name: '>'
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetHistoryBuffer(System.ReadOnlySpan{Ghost.Core.Identifier{Ghost.Graphics.RenderGraphModule.RGBuffer}},System.Int32)
name: GetHistoryBuffer
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetHistoryBuffer_System_ReadOnlySpan_Ghost_Core_Identifier_Ghost_Graphics_RenderGraphModule_RGBuffer___System_Int32_
- name: (
- uid: System.ReadOnlySpan`1
name: ReadOnlySpan
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.readonlyspan-1
- name: (
- name: Of
- name: " "
- uid: Ghost.Core.Identifier`1
name: Identifier
- name: (
- name: Of
- name: " "
- uid: Ghost.Graphics.RenderGraphModule.RGBuffer
name: RGBuffer
href: Ghost.Graphics.RenderGraphModule.RGBuffer.html
- name: )
- name: )
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetCommandBufferUnsafe
commentId: M:Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetCommandBufferUnsafe
parent: Ghost.Graphics.RenderGraphModule.IRenderGraphContext
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetCommandBufferUnsafe
name: GetCommandBufferUnsafe()
nameWithType: IRenderGraphContext.GetCommandBufferUnsafe()
fullName: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetCommandBufferUnsafe()
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetCommandBufferUnsafe
name: GetCommandBufferUnsafe
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetCommandBufferUnsafe
- name: (
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.GetCommandBufferUnsafe
name: GetCommandBufferUnsafe
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html#Ghost_Graphics_RenderGraphModule_IRenderGraphContext_GetCommandBufferUnsafe
- name: (
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IRenderGraphContext
commentId: T:Ghost.Graphics.RenderGraphModule.IRenderGraphContext
parent: Ghost.Graphics.RenderGraphModule
href: Ghost.Graphics.RenderGraphModule.IRenderGraphContext.html
name: IRenderGraphContext
nameWithType: IRenderGraphContext
fullName: Ghost.Graphics.RenderGraphModule.IRenderGraphContext
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetViewport*
commentId: Overload:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetViewport
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetViewport_Ghost_Graphics_RHI_ViewportDesc_
name: SetViewport
nameWithType: IRasterRenderContext.SetViewport
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetViewport
- uid: Ghost.Graphics.RHI.ViewportDesc
commentId: T:Ghost.Graphics.RHI.ViewportDesc
parent: Ghost.Graphics.RHI
href: Ghost.Graphics.RHI.ViewportDesc.html
name: ViewportDesc
nameWithType: ViewportDesc
fullName: Ghost.Graphics.RHI.ViewportDesc
- 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: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect*
commentId: Overload:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetScissorRect_Ghost_Graphics_RHI_ScissorRectDesc_
name: SetScissorRect
nameWithType: IRasterRenderContext.SetScissorRect
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect
- 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
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData*
commentId: Overload:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetGlobalData_System_UInt32_System_UInt32_
name: SetGlobalData
nameWithType: IRasterRenderContext.SetGlobalData
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData
- 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: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData*
commentId: Overload:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetInstanceData_System_UInt32_
name: SetInstanceData
nameWithType: IRasterRenderContext.SetInstanceData
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex*
commentId: Overload:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetInstanceIndex_System_UInt32_
name: SetInstanceIndex
nameWithType: IRasterRenderContext.SetInstanceIndex
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial*
commentId: Overload:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMaterial_Ghost_Core_Handle_Ghost_Graphics_Core_Material__
name: SetActiveMaterial
nameWithType: IRasterRenderContext.SetActiveMaterial
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial
- uid: Ghost.Core.Handle{Ghost.Graphics.Core.Material}
commentId: T:Ghost.Core.Handle{Ghost.Graphics.Core.Material}
parent: Ghost.Core
definition: Ghost.Core.Handle`1
href: Ghost.Graphics.Core.Material.html
name: Handle<Material>
nameWithType: Handle<Material>
fullName: Ghost.Core.Handle<Ghost.Graphics.Core.Material>
nameWithType.vb: Handle(Of Material)
fullName.vb: Ghost.Core.Handle(Of Ghost.Graphics.Core.Material)
name.vb: Handle(Of Material)
spec.csharp:
- uid: Ghost.Core.Handle`1
name: Handle
- name: <
- uid: Ghost.Graphics.Core.Material
name: Material
href: Ghost.Graphics.Core.Material.html
- name: '>'
spec.vb:
- uid: Ghost.Core.Handle`1
name: Handle
- name: (
- name: Of
- name: " "
- uid: Ghost.Graphics.Core.Material
name: Material
href: Ghost.Graphics.Core.Material.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.Core.Material
commentId: T:Ghost.Graphics.Core.Material
parent: Ghost.Graphics.Core
href: Ghost.Graphics.Core.Material.html
name: Material
nameWithType: Material
fullName: Ghost.Graphics.Core.Material
- uid: Ghost.Graphics.Core
commentId: N:Ghost.Graphics.Core
href: Ghost.html
name: Ghost.Graphics.Core
nameWithType: Ghost.Graphics.Core
fullName: Ghost.Graphics.Core
spec.csharp:
- uid: Ghost
name: Ghost
href: Ghost.html
- name: .
- uid: Ghost.Graphics
name: Graphics
href: Ghost.Graphics.html
- name: .
- uid: Ghost.Graphics.Core
name: Core
href: Ghost.Graphics.Core.html
spec.vb:
- uid: Ghost
name: Ghost
href: Ghost.html
- name: .
- uid: Ghost.Graphics
name: Graphics
href: Ghost.Graphics.html
- name: .
- uid: Ghost.Graphics.Core
name: Core
href: Ghost.Graphics.Core.html
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh*
commentId: Overload:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMesh_Ghost_Core_Handle_Ghost_Graphics_Core_Mesh__
name: SetActiveMesh
nameWithType: IRasterRenderContext.SetActiveMesh
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh
- uid: Ghost.Core.Handle{Ghost.Graphics.Core.Mesh}
commentId: T:Ghost.Core.Handle{Ghost.Graphics.Core.Mesh}
parent: Ghost.Core
definition: Ghost.Core.Handle`1
href: Ghost.Graphics.Core.Mesh.html
name: Handle<Mesh>
nameWithType: Handle<Mesh>
fullName: Ghost.Core.Handle<Ghost.Graphics.Core.Mesh>
nameWithType.vb: Handle(Of Mesh)
fullName.vb: Ghost.Core.Handle(Of Ghost.Graphics.Core.Mesh)
name.vb: Handle(Of Mesh)
spec.csharp:
- uid: Ghost.Core.Handle`1
name: Handle
- name: <
- uid: Ghost.Graphics.Core.Mesh
name: Mesh
href: Ghost.Graphics.Core.Mesh.html
- name: '>'
spec.vb:
- uid: Ghost.Core.Handle`1
name: Handle
- name: (
- name: Of
- name: " "
- uid: Ghost.Graphics.Core.Mesh
name: Mesh
href: Ghost.Graphics.Core.Mesh.html
- name: )
- uid: Ghost.Graphics.Core.Mesh
commentId: T:Ghost.Graphics.Core.Mesh
parent: Ghost.Graphics.Core
href: Ghost.Graphics.Core.Mesh.html
name: Mesh
nameWithType: Mesh
fullName: Ghost.Graphics.Core.Mesh
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.DispatchMesh*
commentId: Overload:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.DispatchMesh
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_DispatchMesh_Misaki_HighPerformance_Mathematics_uint3_
name: DispatchMesh
nameWithType: IRasterRenderContext.DispatchMesh
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.DispatchMesh
- uid: Misaki.HighPerformance.Mathematics.uint3
commentId: T:Misaki.HighPerformance.Mathematics.uint3
parent: Misaki.HighPerformance.Mathematics
isExternal: true
name: uint3
nameWithType: uint3
fullName: Misaki.HighPerformance.Mathematics.uint3
- 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