sokol
sokol copied to clipboard
Investigate sampling from depth texture problems.
- D3D11 doesn't allow D3D11_BIND_SHADER_RESOURCE for depth-stencil pixel formats (need to use TYPELESS pixel formats)
- D3D11 needs a different pixel format in the shader resource view than the texture object
- GL [???]
- Metal [???]
=> need a new sokol-sample