RGL icon indicating copy to clipboard operation
RGL copied to clipboard

RavEngine Graphics Library - a thin RHI for Vulkan, DirectX12, and Metal

Results 2 RGL issues
Sort by recently updated
recently updated
newest added

Currently, the D3D12 backend does not collapse `ResourceBarrier` commands. This is inefficient. ![image](https://github.com/RavEngine/RGL-Samples/assets/22283943/7d665907-f720-41c8-bdaa-bce05805f304) `CommandBufferD3D12` handles all barrier usage automatically. We may want to consider an approach similar to what `CommandBufferVk`...

help wanted
performance

RGL-Samples/01-HelloTriangle/hellotriangle.cpp:161:62: error: cannot convert ‘’ to ‘const RGL::RenderPipelineDescriptor&’ 161 | renderPipeline = device->CreateRenderPipeline({ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ 162 | .stages = { | ~~~~~~~~~~~ 163 | { | ~ 164 | .type...