DirectX 11 is the 11th version of Microsoft's DirectX API, which is used to develop and handle tasks related to Multimedia, such as game programming, 3d visualizations and video on Microsoft platforms. DirectX 11 runs on Windows Vista, Windows 7 and Windows 8.
0
votes
1answer
18 views
will it be easy to go from directx 9 to directx 11
I am using an old machine with windows xp on it, and xp supports only DirectX9, and i want to learn directx 11 and use it, so my question is : is it okey to begin learning directX 9 then go to 11 ...
2
votes
0answers
49 views
Directx 11 rendering issue, no triangle displayed
I'm learning DirectX 11 and I'm trying to render a simple cube, unfortunately my code doesn't work, it simply doesn't render nothing... no errors, no warnings... The only thing displayed is the window ...
1
vote
1answer
23 views
DX11 Unresolved Externals
1>------ Build started: Project: Setup, Configuration: Debug Win32 ------
1>BoxDemo.obj : error LNK2019: unresolved external symbol _D3DX11CreateEffectFromMemory@24 referenced in function ...
1
vote
1answer
19 views
DirectX: Calculate Gradient in the shader code
I am using a pixel shader code that uses the Sample Function. I want to use SampleGrad and hence want to calculate the derivatives in my shader code. Is there a way to do the same?
Thanks.
-2
votes
0answers
46 views
GPU memory management
Right now im making a system to manage and juggle all the buffers in the gpu. The tools at my disposal are dynamically creating/destroying buffers and selectively adding/removing/replacing data in ...
-3
votes
0answers
35 views
Need help to re-learn DirectX [closed]
I went to University and learnt DirectX 9 programming in C++ but haven't done anything with it for quite awhile and now things have updated quite a bit since 2010 (namely vs2012 and WDK). I want to ...
0
votes
1answer
21 views
Directx11 where initialize constant shader buffer
I not know where initialize shader constant buffer: before Map(), before Unmnap() or is not difference where initialize ?
3
votes
1answer
57 views
Directx11 SDK June(2010) Initialization on VC++ 2010
I hope I'm posting on the right forum for this!
Recently I have started programming with the Directx 11 June (2010) SDK on VC++ 2010, on a Dell LapTop with a NVidia GeForce GT 630M GPU and a Intel HD ...
0
votes
0answers
36 views
tex2Dlod in HLSL ps_4_0
My question is about using tex2Dlod in Windows Phone 8 app.
When I want to use tex2Dlod in my pixel shader (ps_4_0 level 9_3), I got error about using intrinsic-style texture lookup functions. So as ...
0
votes
1answer
36 views
DX11 Programmatically filling a 3D Texture
I'm trying to fill a 3D texture with arbitrary data (either -1 or 1) using the map, write and unmap method mentioned on the MSDN, but I haven't been able to find any actual code examples of how to do ...
1
vote
0answers
43 views
OBJ loader acting oddly in c++
my object reader is ment to read in all the vertices,normals and texture values from the obj file and then it is ment to read the faces values and retreave the corisonding data from the vectors of ...
0
votes
1answer
93 views
Warnings using VS2012 and DirectX (june 2010)
I am trying to continue working on my VS2010 project in VS2012. I use Directx 11 (june 2010) release and whenever I debug my code, bunch of warnings pops up.
Like this:
6>C:\Program ...
3
votes
1answer
126 views
Using Multiple Vertex Buffers In DX10/DX11
I have a C++ DirectX 11 renderer that I have been writing.
I have written a COLLADA 1.4.1 loader to import COLLADA data for use in supporting skeletal animations.
I'm validating the loader at this ...
0
votes
0answers
27 views
DirectX Xaml Interop deadlock?
I bumped into a weird situation and I try to explain as below.
I created a DirectX and Xaml interop template project by Windows Phone 8 SDK.
First I register a event handler to DirectX layer.
In ...
0
votes
0answers
31 views
CUDA not releasing D3D11 device references
I'm using DXUT to develop a very simple test application using DirectX 11 and CUDA 5.0. The application framework (template code) that I'm using displays a blank window with some text and a simple UI ...
2
votes
1answer
83 views
What is necessary to toggle fullscreen in DirectX 11?
I've just started learning DX so I know almost nothing about it although I do know OpenGL (to certain extent). I'm follow a tutorial (http://www.rastertek.com/tutdx11.html) and I have a working window ...
0
votes
1answer
37 views
unresolved link error when working with directx 11
I was attempting to create a class that instances my directx window I have an initialize method and a clean method that I have pushed into a .h and .cpp file and upon doing so I get these 2 errors:
...
2
votes
1answer
67 views
linker error with trying to create a direct x 11 window
I have been trying to work with DirectX 11 for a while now, first I had Visual Studio 2010 with windows 7 and ran into the SDK bug when it's not creating the Direct3D device. So I uninstalled the SDK ...
0
votes
2answers
50 views
CreateTexture2D and CreateDepthStencilView failing
I am trying to learn Directx 11.0. I have encountered an error. This is the code.
// include the basic windows header files and the Direct3D header files
#include <windows.h>
#include ...
3
votes
1answer
229 views
How to create bitmap from Surface (SharpDX)
I am new to DirectX and trying to use SharpDX to capture a screen shot using the Desktop Duplication API.
I am wondering if there is any easy way to create bitmap that I can use in CPU (i.e. save on ...
0
votes
2answers
63 views
How to set SHADEMODE to D3DSHADE_FLAT in directX 11
in DirectX 9 it is
g_d3dDevice->SetRenderState( D3DRS_SHADEMODE , D3DSHADE_FLAT);
what about the dx11's API
thanks
////////update 1///////
vertex/pixel sharder and light will not make the effect at ...
0
votes
1answer
154 views
DirectX11 drawing simple triangle
I tried to draw a simple triangle using DXUT11, but I can't see the triangle in my window.
I worked hard but still can't find out where the problem is -_-
I had checked every returned value of the ...
0
votes
0answers
29 views
text with sharpx
I have a winforms application 3D. I am developping it with sharpdx (direct3d11) .
I'd like to add the 3d coordinates to 3d repere because I can't do it this with direct2d.
As you see in the picture ...
2
votes
1answer
73 views
Bind Texture2D and TextureCube
I need to pass both a Texture2D and a TextureCube to my pixel shader at the same time.
I was previously sending an array of texture's but found that I was not able to send a textureCube as well as ...
0
votes
0answers
25 views
Directx camera 90degree to the left
I need change camera position to 90 degree to the left, I use method:
m_Transform->SetCameraUPV(D3DXVECTOR3(0.0, 1.0f, 0.0f));
How to set 90 degree left ?
1
vote
0answers
31 views
Directx C++ PerspectiveRH Method [closed]
I use PerspectiveRH() method,
D3DXMatrixPerspectiveRH(&m_projectionMatrix, m_screenWidth, m_screenHeight, m_screenNear, m_screenDepth);
with this parameters I not see my object,
m_screenDepth ...
0
votes
0answers
40 views
Finding correct input for tessellated terrain using 16 control point Bezier patches
Ok, so I'm trying to clue up on DirectX 11 based tessellation and how it can increase the level of detail of relatively low polygon models. I am reaching a point that I am consistently getting stuck ...
8
votes
3answers
2k views
Downloading and integrating Qt5 with Visual Studio 2012
How do you get Qt5 to download and integrate with Visual Studio 2012? What are some of the problems you will encounter, and how do you solve those problems?
0
votes
1answer
177 views
DirectX11 ReportLiveObjects Instantiation
MSDN Page for ReportLiveObjects
I am unsure how to call the ReportLiveObjects method as the classes I am attempting to declare are abstract, or in the case of IDXGIDebug "undeclared" (I think I'm ...
-2
votes
2answers
67 views
When is the data copied to GPU memory?
I have some well known steps in my program:
CreateBuffer
Create..View
CSSet..Views
Dispatch
At which step is the data copied to the GPU?
EDIT: Don't you guys think it is rude to just downvote ...
1
vote
2answers
79 views
Get byte array from texture
Can I get a byte array (ARGB) from D3D11Texture2D?
DirectX 11 doesn't have the functions GetSurfaceLevel and LockRect.
0
votes
0answers
45 views
Moving a sprite in DirectX 11
I've been using the book Beginning DirectX 11 Game Programming, and now I'm trying to make a simple game using some of the knowledge I acquired from the book.
What I'm trying to achieve is to have a ...
0
votes
0answers
54 views
Pixel Shader not being used after geometry shader?
I am trying to implement a particle system using geometry shader with dx11: the geometry shader streams out a set of points into a buffer and is passed through the pipeline again to be processed into ...
0
votes
0answers
15 views
Selecting portion of image from using directx
I am rendering an image using directx 11. The objective is to select pixels from this image and then move it around with mouse. The selection can be of any geometry, like bezier, rectangle etc.
I am ...
1
vote
1answer
48 views
DirectX 11 Append Buffer Byte Width
When you set up a buffer to use as an append buffer, is the ByteWidth element of the buffer description the initial size (before appending anything) or the maximum size it is allowed to reach?
...
0
votes
0answers
131 views
How can I bind a DirectX11 Texture to access it in a CUDA Copy without needing to copy it?
I tried to pass a texture bound with the directX rendering pipeline to CUDA. The following is my code to build the interoperability between DirectX 11 and CUDA.
// register the Direct3D resources
...
0
votes
1answer
52 views
What does this D3D11 INFO line in my output mean?
I get the following line in my Visual Studio output when I close my win32 DirectX application:
D3D11 INFO: Destroy ID3D11ClassLinkage: Name="unnamed", Addr=0x00893E04 [ STATE_CREATION INFO #2097295: ...
1
vote
2answers
72 views
DX11 Dynamically sized buffer
I'm trying to make a deformable voxel terrain for a project for University. I'm currently using a number 3DTextures to hold my voxel data in "chunks". My plan was to use the compute shader to perform ...
1
vote
1answer
169 views
d3dx11.lib not found?
I'm using Windows 8 / Visual Studio 2012, C++11 and Direct3D 11 for development.
I include the Direct3D libraries like this
#pragma comment(lib, "dxgi.lib")
#pragma comment(lib, "d3d11.lib")
#pragma ...
0
votes
1answer
53 views
IDXGIFactory::CreateSwapChain() returns E_NOINTERFACE?
In the renderer I'm designing in DirectX11 I need to be able to create a swap chain at any time, however the method I use crashes right at the CreateSwapChain() call:
IDXGIDevice * device;
...
0
votes
1answer
62 views
How to Apply a Texture to an Orthographic Plane Using DirectX11 Shaders
I'm currently trying to apply a texture image to an orthographic plane so that it can be used as a kind of 'U.I. decoration'.
The plane is made up of two tri's in a ...
1
vote
1answer
61 views
DirectX program throw an exception when it is destroyed under window mode
The problem occurs when I try to play with one of the Rastertek DirectX 11 tutorials.
I changed the const bool fullscreen value to false so the program runs under window mode
I changed the window ...
1
vote
0answers
134 views
Directx 11: Print error messages on output debug window of MS Visual Studio 2010
I have a question about how to print error messages on the MS visual 2010. I am writing an application using DirectX 11 and CUDA. There is an error thrown from the CUDA function call to ...
3
votes
2answers
71 views
Driver error when using multiple shaders
I'm using 3 different shaders:
a tessellation shader to use the tessellation feature of DirectX11 :)
a regular shader to show how it would look without tessellation
and a text shader to display ...
0
votes
0answers
32 views
DirectCompute weird output
I'm trying to use a compute shader to output a Texture2D to use as a heightmap. The heightmap I want should be composed of 6 octaves of simplex noise, using the DispatchThreadID of the threads in the ...
0
votes
1answer
68 views
component-wise multiplication for 3d vectors in windows store app programming
How to do component-wise multiplication of two 3d vector? it seems MS didn't provide such functions in DirectXMath.h, what's Microsoft doing there? in the old SDKs(DX 10/9), I can make a product of ...
0
votes
1answer
41 views
Efficient pixel shader when only u-axis varies?
I'm writing a pixel shader that has the property where for a given quad the values returned only vary by u-axis value. I.e. for a fixed u, then the color output is constant as v varies.
The ...
0
votes
0answers
38 views
troubles on showing argb data in a drawsurface control
all!
thanks for the attention.
I had met some troubles on showing argb data in a surface control in a "Windows Phone xaml and directx" project:
http://sdrv.ms/11BzVXs
I just want to show this ...
0
votes
0answers
127 views
Application works in visual studio but release/debug exe does not
I am making a game using dx11. When I compile and run the code in visual studio it works fine however if I try and run the code from the .exe file in either the debug or release folders I got the ...
2
votes
1answer
422 views
(DirectX 11) Dynamic Vertex/Index Buffers implementation with constant scene content changes
Been delving into un-managed DirectX 11 for the first time (bear with me) and there's an issue that, although asked several times over the forums still leaves me with questions.
I am developing as ...


