문제

Good day!

DirectX 11 support this method: http://sharpdx.org/documentation/api/m-sharpdx-dxgi-surface-map

How do I get access to the color buffer of texture or surface using Direct3D9?

Thx!


Resolved: Discovered by accident, going through all the available methods. I never thought that this is what I need. :) Thank you for your attention.

Texture.LockRectangle

SlimDX/DirectX9/C# - How to access pixel-data in a Texture

도움이 되었습니까?

해결책

Discovered by accident, going through all the available methods. I never thought that this is what I need. :) Thank you for your attention.

Texture.LockRectangle

SlimDX/DirectX9/C# - How to access pixel-data in a Texture

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top