Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 889 Bytes

RemoteRHI.md

File metadata and controls

49 lines (40 loc) · 889 Bytes

Source folder: RemoteGraphics backend

Features

  • Device
  • Surface, Swapchain
    • Present to window
  • RenderTaskScheduler
  • CommandBuffer, Contexts:
    • Transfer
    • Compute
    • Graphics
    • Draw
    • RayTracing
    • ASBuild
    • Video
    • AsyncDraw
  • ResourceManager
  • QueryManager
  • ShaderTrace
  • Profiling
    • WriteTimestamp
    • ARM CPU Perf counters
    • Adreno GPU Perf counters
    • Mali GPU Perf counters
    • PowerVR GPU Perf counters
  • Draw UI & Profiling on Host

Platforms

Device:

  • Windows
  • MacOS Vulkan
  • MacOS Metal
  • Android 32bit
  • Android 64bit
  • Linux

Host:

  • Windows
  • Linux
  • MacOS
  • Android

Issues

  • When hostQueryReset=false CmdBufPool::IsFirst may works incorrect