Diligent Graphics > Uncategorized > Release v2.4.e: Vulkan on Android and C API
Release v2.4.e: Vulkan on Android and C API
This release enables Vulkan on Android and adds long-requested C API, as well as implements a set of improvements and bug fixes.
API Changes
- Added PreTransform parameter to swap chain description.
- Added PipelineStateCreateInfo struct that is now taken by IRenderDevice::CreatePipelineState instead of PipelineStateDesc struct. Added PSO_CREATE_FLAGS enum
These kids should not be judged only by their disability, but should be viagra free order encouraged to think and participate in the activities of the class. Remember that generika tadalafil 20mg and Kamagra tablets or any other ED medicine when you know that you are suffering from ED. An argument becomes extremely bad when a partner brings history and cialis price deeprootsmag.org carries previous issues as well. Erectile Dysfunction tadalafil soft tablets http://deeprootsmag.org/2015/10/11/of-life-and-hearts-in-the-balance/ (ED), also known as impotency, is a sexual issue.
Old API:
1 2 3 |
PipelineStateDesc PSODesc; // ... pRenderDevice->CreatePipelineState(PSODesc, &pPSO); |
New API:
1 2 3 4 |
PipelineStateCreateInfo PSOCreateInfo; PipelineStateDesc& PSODesc = PSOCreateInfo.PSODesc; // ... pRenderDevice->CreatePipelineState(PSOCreateInfo, &pPSO); |
- Added PRIMITIVE_TOPOLOGY_LINE_STRIP topology
- Updated swap chain creation functions to use NativeWindow
- Added NativeWindow wrapper and replaced pNativeWndHandle and pDisplay members with it in EngineGLCreateInfo