I know directshow could use windowless via VMR-9. VMR-9 is based on Direct3D. Could I write a windowless application using Direct3D directly?
How to use windowless in Direct3D 9?
450 Views Asked by Dean Chen At
1
There are 1 best solutions below
Related Questions in DIRECTX
- Make screenshot of DirectX window that is hidden and doesn't have focus
- Draw a sphere on a billboard with world normal from a pointlist
- DirectX - Pixel Shader 3.0 doesn't work
- D3D11 Post Shader Results in Dark Image
- Drawing a textured quad looks distorted
- DirectX 9 vertex colors ingored when lighting is enabled?
- Constant buffer is empty when passed HLSL C++
- D3DX11CompileFromFile Invalid Arguments C++
- DirectX libs in x64 program
- How to use a huge array in HLSL (error X4505)
- Relationship between AFX_WM_DRAW2D and WM_PAINT in MFC Application
- Textured cube renders blank in DirectX
- Invoke button in a game / external program C#
- DirectX VSIX Installer Installation Failed
- Normals are not transfered to DirectX 11 shader correctly - random, time-dependent values?
Related Questions in DIRECT3D
- D3D11 Post Shader Results in Dark Image
- Is there a way to call SetPrivateData on a ID3DUserDefinedAnnotation?
- Tesla k20m interoperability with Direct3D 11
- C# direct3d draw sprite eats up money and throws exception
- Visual Studio Pro 2013 - unable to find XAML Direct3D WP tempate
- DirectX 11 Grid Not getting Drawn Properly
- Calculating 3D camera position based on a 2D camera
- HLSL mul and D3DXMATRIX order mismatch
- DirectX CreateBuffer Memory Leaks
- Supported Texture Formats in Direct3D9
- What knowledge do I need to posses to learn DirectX
- Direct3D9: after enabling mipmaps my texture coordinates seem to be wrong
- How does D3D9's Presentation Interval work?
- Direct3D 9 Backbuffer sampling
- What are the default transformation matrices set by ID3DXSprite::Begin?
Related Questions in DIRECTX-9
- Drawing a textured quad looks distorted
- DirectX 9 vertex colors ingored when lighting is enabled?
- Rendering a circle with a Vertex shader in DirectX
- Textured cube renders blank in DirectX
- DX9 vertexshader error X3000: Illegal character in shader file
- Drawing a 2D rectangle with SharpDX
- Benefit of copying pointer class arguments to class members?
- List of bullets c++
- Directinput not detecting mouse buttons
- Which one to use: DirectX? Windows Media Player? GNU? Others?
- How can I reduce or optimize instruction slots on this shader code for SM3?
- DirectX 3D rotate eyePt around lookAt
- WiX & DirectX: why am I getting "Invalid command line switch" error from dxsetup.exe?
- Rotate single object in DirectX9
- Create struct for vertex buffer on DX9
Related Questions in DIRECT3D9
- Update a D3D9 texture from CUDA
- Deadlocks and crashes when debugging after upgrade to VS2012
- D3D9 HLSL Matrixed My Brain
- passing direct3d shader parameters dynamically
- Multiple Direct3D 9 devices and Alt-tabbing
- Full screen Direct3D9 device only displays at native resolution when second monitor is plugged in
- Direct3D9 BackBuffer to PixelArray
- How to implement antialiasing in DirectShow?
- How do I correctly implement texture pixel to texel correction in direct3d 9?
- Does direct3d initialize a newly created texture
- Copying data of a IDirect3DSurface to another IDirect3DSurface which are created with two directx devices
- Go to windowed mode in Direct3D 9
- Why would IDirect3DDevice9::Release return S_FALSE?
- Latencies of Direct3D 9 API calls
- Drawing targetting circle in 3d application
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I think you can try it as below