Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.38 KB

File metadata and controls

30 lines (25 loc) · 1.38 KB

OpenGL interoperability

Render a procedural image using OpenGL and incorporate that rendered content into a Vulkan scene. Demonstrates using the same backing memory for a texture in both OpenGL and Vulkan and how to synchronize the APIs using shared semaphores and barriers.