1
vote
Handling pipeline objects in both DX12 and Vulkan like graphics APIs
It may feel inconvenient, but precompiling all pipeline permutations ahead of time is how Vulkan was designed to be used. Compiling pipelines is expensive, and if you are able to do it all up-front it'...
1
vote
Accepted
Handling pipeline objects in both DX12 and Vulkan like graphics APIs
This is a known problem with the new APIs: https://forum.beyond3d.com/threads/shader-complilation-on-pc-about-to-become-a-bigger-bottleneck.61929/
Vulkan is evolving solutions for it via extensions, ...
1
vote
How to perform alpha blending on saved raw argb videos(a image and a video will also work) using direct3d9 , direct3d10 or direct3d11?
https://docs.microsoft.com/en-us/windows/win32/api/d3d11/ne-d3d11-d3d11_usage
Resource Bind Options
Dynamic: Input to a Stage: yes³
3 - The resource can only be created with a single ...
1
vote
SlimDX Direct3D10 Sprite stretches with window size
After some experimentation I've found this to work:
...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
directx10 × 88directx × 38
c++ × 34
directx11 × 14
c# × 8
slimdx × 7
hlsl × 6
directx9 × 6
rendering × 5
graphics-programming × 5
textures × 4
3d × 3
shaders × 3
3d-meshes × 3
sharpdx × 3
xna × 2
physics × 2
mathematics × 2
camera × 2
coordinates × 2
gpu × 2
deferred-rendering × 2
.net × 2
alpha-blending × 2
windows-8 × 2