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

721 lines
40 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Ghost.Graphics.RenderGraphModule.IUnsafeRenderContext
commentId: T:Ghost.Graphics.RenderGraphModule.IUnsafeRenderContext
id: IUnsafeRenderContext
parent: Ghost.Graphics.RenderGraphModule
children: []
langs:
- csharp
- vb
name: IUnsafeRenderContext
nameWithType: IUnsafeRenderContext
fullName: Ghost.Graphics.RenderGraphModule.IUnsafeRenderContext
type: Interface
source:
remote:
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: IUnsafeRenderContext
path: src/Runtime/Ghost.Graphics/RenderGraphModule/RenderGraphContext.cs
startLine: 43
assemblies:
- Ghost.Graphics
namespace: Ghost.Graphics.RenderGraphModule
syntax:
content: 'public interface IUnsafeRenderContext : IRasterRenderContext, IComputeRenderContext, IRenderGraphContext'
content.vb: Public Interface IUnsafeRenderContext Inherits IRasterRenderContext, IComputeRenderContext, IRenderGraphContext
inheritedMembers:
- Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetViewport(Ghost.Graphics.RHI.ViewportDesc)
- Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect(Ghost.Graphics.RHI.ScissorRectDesc)
- 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.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.DispatchMesh(Misaki.HighPerformance.Mathematics.uint3)
- Ghost.Graphics.RenderGraphModule.IComputeRenderContext.DispatchCompute(Misaki.HighPerformance.Mathematics.uint3)
- 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
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.IRasterRenderContext.SetViewport(Ghost.Graphics.RHI.ViewportDesc)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetViewport(Ghost.Graphics.RHI.ViewportDesc)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetViewport_Ghost_Graphics_RHI_ViewportDesc_
name: SetViewport(ViewportDesc)
nameWithType: IRasterRenderContext.SetViewport(ViewportDesc)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetViewport(Ghost.Graphics.RHI.ViewportDesc)
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetViewport(Ghost.Graphics.RHI.ViewportDesc)
name: SetViewport
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetViewport_Ghost_Graphics_RHI_ViewportDesc_
- name: (
- uid: Ghost.Graphics.RHI.ViewportDesc
name: ViewportDesc
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetViewport(Ghost.Graphics.RHI.ViewportDesc)
name: SetViewport
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetViewport_Ghost_Graphics_RHI_ViewportDesc_
- name: (
- uid: Ghost.Graphics.RHI.ViewportDesc
name: ViewportDesc
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect(Ghost.Graphics.RHI.ScissorRectDesc)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect(Ghost.Graphics.RHI.ScissorRectDesc)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetScissorRect_Ghost_Graphics_RHI_ScissorRectDesc_
name: SetScissorRect(ScissorRectDesc)
nameWithType: IRasterRenderContext.SetScissorRect(ScissorRectDesc)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect(Ghost.Graphics.RHI.ScissorRectDesc)
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect(Ghost.Graphics.RHI.ScissorRectDesc)
name: SetScissorRect
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetScissorRect_Ghost_Graphics_RHI_ScissorRectDesc_
- name: (
- uid: Ghost.Graphics.RHI.ScissorRectDesc
name: ScissorRectDesc
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetScissorRect(Ghost.Graphics.RHI.ScissorRectDesc)
name: SetScissorRect
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetScissorRect_Ghost_Graphics_RHI_ScissorRectDesc_
- name: (
- uid: Ghost.Graphics.RHI.ScissorRectDesc
name: ScissorRectDesc
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData(System.UInt32,System.UInt32)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData(System.UInt32,System.UInt32)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
isExternal: true
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetGlobalData_System_UInt32_System_UInt32_
name: SetGlobalData(uint, uint)
nameWithType: IRasterRenderContext.SetGlobalData(uint, uint)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData(uint, uint)
nameWithType.vb: IRasterRenderContext.SetGlobalData(UInteger, UInteger)
fullName.vb: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData(UInteger, UInteger)
name.vb: SetGlobalData(UInteger, UInteger)
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData(System.UInt32,System.UInt32)
name: SetGlobalData
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetGlobalData_System_UInt32_System_UInt32_
- name: (
- uid: System.UInt32
name: uint
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.uint32
- name: ','
- name: " "
- uid: System.UInt32
name: uint
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.uint32
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetGlobalData(System.UInt32,System.UInt32)
name: SetGlobalData
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetGlobalData_System_UInt32_System_UInt32_
- name: (
- uid: System.UInt32
name: UInteger
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.uint32
- name: ','
- name: " "
- uid: System.UInt32
name: UInteger
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.uint32
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData(System.UInt32)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData(System.UInt32)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
isExternal: true
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetInstanceData_System_UInt32_
name: SetInstanceData(uint)
nameWithType: IRasterRenderContext.SetInstanceData(uint)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData(uint)
nameWithType.vb: IRasterRenderContext.SetInstanceData(UInteger)
fullName.vb: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData(UInteger)
name.vb: SetInstanceData(UInteger)
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData(System.UInt32)
name: SetInstanceData
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetInstanceData_System_UInt32_
- name: (
- uid: System.UInt32
name: uint
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.uint32
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceData(System.UInt32)
name: SetInstanceData
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetInstanceData_System_UInt32_
- name: (
- uid: System.UInt32
name: UInteger
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.uint32
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex(System.UInt32)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex(System.UInt32)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
isExternal: true
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetInstanceIndex_System_UInt32_
name: SetInstanceIndex(uint)
nameWithType: IRasterRenderContext.SetInstanceIndex(uint)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex(uint)
nameWithType.vb: IRasterRenderContext.SetInstanceIndex(UInteger)
fullName.vb: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex(UInteger)
name.vb: SetInstanceIndex(UInteger)
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex(System.UInt32)
name: SetInstanceIndex
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetInstanceIndex_System_UInt32_
- name: (
- uid: System.UInt32
name: uint
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.uint32
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetInstanceIndex(System.UInt32)
name: SetInstanceIndex
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetInstanceIndex_System_UInt32_
- name: (
- uid: System.UInt32
name: UInteger
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.uint32
- name: )
- 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})
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMaterial_Ghost_Core_Handle_Ghost_Graphics_Core_Material__
name: SetActiveMaterial(Handle<Material>)
nameWithType: IRasterRenderContext.SetActiveMaterial(Handle<Material>)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Core.Handle<Ghost.Graphics.Core.Material>)
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))
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Core.Handle{Ghost.Graphics.Core.Material})
name: SetActiveMaterial
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMaterial_Ghost_Core_Handle_Ghost_Graphics_Core_Material__
- name: (
- uid: Ghost.Core.Handle`1
name: Handle
- name: <
- uid: Ghost.Graphics.Core.Material
name: Material
href: Ghost.Graphics.Core.Material.html
- name: '>'
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Core.Handle{Ghost.Graphics.Core.Material})
name: SetActiveMaterial
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMaterial_Ghost_Core_Handle_Ghost_Graphics_Core_Material__
- name: (
- 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: )
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Graphics.Core.Material@)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Graphics.Core.Material@)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMaterial_Ghost_Graphics_Core_Material__
name: SetActiveMaterial(ref readonly Material)
nameWithType: IRasterRenderContext.SetActiveMaterial(ref readonly Material)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(ref readonly Ghost.Graphics.Core.Material)
nameWithType.vb: IRasterRenderContext.SetActiveMaterial(Material)
fullName.vb: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Graphics.Core.Material)
name.vb: SetActiveMaterial(Material)
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Graphics.Core.Material@)
name: SetActiveMaterial
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMaterial_Ghost_Graphics_Core_Material__
- name: (
- name: ref
- name: " "
- name: readonly
- name: " "
- uid: Ghost.Graphics.Core.Material
name: Material
href: Ghost.Graphics.Core.Material.html
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMaterial(Ghost.Graphics.Core.Material@)
name: SetActiveMaterial
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMaterial_Ghost_Graphics_Core_Material__
- name: (
- uid: Ghost.Graphics.Core.Material
name: Material
href: Ghost.Graphics.Core.Material.html
- name: )
- 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})
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMesh_Ghost_Core_Handle_Ghost_Graphics_Core_Mesh__
name: SetActiveMesh(Handle<Mesh>)
nameWithType: IRasterRenderContext.SetActiveMesh(Handle<Mesh>)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Core.Handle<Ghost.Graphics.Core.Mesh>)
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))
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Core.Handle{Ghost.Graphics.Core.Mesh})
name: SetActiveMesh
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMesh_Ghost_Core_Handle_Ghost_Graphics_Core_Mesh__
- name: (
- uid: Ghost.Core.Handle`1
name: Handle
- name: <
- uid: Ghost.Graphics.Core.Mesh
name: Mesh
href: Ghost.Graphics.Core.Mesh.html
- name: '>'
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Core.Handle{Ghost.Graphics.Core.Mesh})
name: SetActiveMesh
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMesh_Ghost_Core_Handle_Ghost_Graphics_Core_Mesh__
- name: (
- 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: )
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Graphics.Core.Mesh@)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Graphics.Core.Mesh@)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMesh_Ghost_Graphics_Core_Mesh__
name: SetActiveMesh(ref readonly Mesh)
nameWithType: IRasterRenderContext.SetActiveMesh(ref readonly Mesh)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(ref readonly Ghost.Graphics.Core.Mesh)
nameWithType.vb: IRasterRenderContext.SetActiveMesh(Mesh)
fullName.vb: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Graphics.Core.Mesh)
name.vb: SetActiveMesh(Mesh)
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Graphics.Core.Mesh@)
name: SetActiveMesh
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMesh_Ghost_Graphics_Core_Mesh__
- name: (
- name: ref
- name: " "
- name: readonly
- name: " "
- uid: Ghost.Graphics.Core.Mesh
name: Mesh
href: Ghost.Graphics.Core.Mesh.html
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.SetActiveMesh(Ghost.Graphics.Core.Mesh@)
name: SetActiveMesh
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_SetActiveMesh_Ghost_Graphics_Core_Mesh__
- name: (
- uid: Ghost.Graphics.Core.Mesh
name: Mesh
href: Ghost.Graphics.Core.Mesh.html
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.DispatchMesh(Misaki.HighPerformance.Mathematics.uint3)
commentId: M:Ghost.Graphics.RenderGraphModule.IRasterRenderContext.DispatchMesh(Misaki.HighPerformance.Mathematics.uint3)
parent: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
isExternal: true
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_DispatchMesh_Misaki_HighPerformance_Mathematics_uint3_
name: DispatchMesh(uint3)
nameWithType: IRasterRenderContext.DispatchMesh(uint3)
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.DispatchMesh(Misaki.HighPerformance.Mathematics.uint3)
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.DispatchMesh(Misaki.HighPerformance.Mathematics.uint3)
name: DispatchMesh
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_DispatchMesh_Misaki_HighPerformance_Mathematics_uint3_
- name: (
- uid: Misaki.HighPerformance.Mathematics.uint3
name: uint3
isExternal: true
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.DispatchMesh(Misaki.HighPerformance.Mathematics.uint3)
name: DispatchMesh
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html#Ghost_Graphics_RenderGraphModule_IRasterRenderContext_DispatchMesh_Misaki_HighPerformance_Mathematics_uint3_
- name: (
- uid: Misaki.HighPerformance.Mathematics.uint3
name: uint3
isExternal: true
- name: )
- uid: Ghost.Graphics.RenderGraphModule.IComputeRenderContext.DispatchCompute(Misaki.HighPerformance.Mathematics.uint3)
commentId: M:Ghost.Graphics.RenderGraphModule.IComputeRenderContext.DispatchCompute(Misaki.HighPerformance.Mathematics.uint3)
parent: Ghost.Graphics.RenderGraphModule.IComputeRenderContext
isExternal: true
href: Ghost.Graphics.RenderGraphModule.IComputeRenderContext.html#Ghost_Graphics_RenderGraphModule_IComputeRenderContext_DispatchCompute_Misaki_HighPerformance_Mathematics_uint3_
name: DispatchCompute(uint3)
nameWithType: IComputeRenderContext.DispatchCompute(uint3)
fullName: Ghost.Graphics.RenderGraphModule.IComputeRenderContext.DispatchCompute(Misaki.HighPerformance.Mathematics.uint3)
spec.csharp:
- uid: Ghost.Graphics.RenderGraphModule.IComputeRenderContext.DispatchCompute(Misaki.HighPerformance.Mathematics.uint3)
name: DispatchCompute
href: Ghost.Graphics.RenderGraphModule.IComputeRenderContext.html#Ghost_Graphics_RenderGraphModule_IComputeRenderContext_DispatchCompute_Misaki_HighPerformance_Mathematics_uint3_
- name: (
- uid: Misaki.HighPerformance.Mathematics.uint3
name: uint3
isExternal: true
- name: )
spec.vb:
- uid: Ghost.Graphics.RenderGraphModule.IComputeRenderContext.DispatchCompute(Misaki.HighPerformance.Mathematics.uint3)
name: DispatchCompute
href: Ghost.Graphics.RenderGraphModule.IComputeRenderContext.html#Ghost_Graphics_RenderGraphModule_IComputeRenderContext_DispatchCompute_Misaki_HighPerformance_Mathematics_uint3_
- name: (
- uid: Misaki.HighPerformance.Mathematics.uint3
name: uint3
isExternal: true
- name: )
- 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.IRasterRenderContext
commentId: T:Ghost.Graphics.RenderGraphModule.IRasterRenderContext
parent: Ghost.Graphics.RenderGraphModule
href: Ghost.Graphics.RenderGraphModule.IRasterRenderContext.html
name: IRasterRenderContext
nameWithType: IRasterRenderContext
fullName: Ghost.Graphics.RenderGraphModule.IRasterRenderContext
- uid: Ghost.Graphics.RenderGraphModule.IComputeRenderContext
commentId: T:Ghost.Graphics.RenderGraphModule.IComputeRenderContext
parent: Ghost.Graphics.RenderGraphModule
href: Ghost.Graphics.RenderGraphModule.IComputeRenderContext.html
name: IComputeRenderContext
nameWithType: IComputeRenderContext
fullName: Ghost.Graphics.RenderGraphModule.IComputeRenderContext
- 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