Where are you?
1
rating
1
answers
823
views
What happened to your tutorials?
CreateSwapChain function returns empty/NULL tempSw...
1
rating
1
answers
1783
views
Hi,
I have been following the DirectX 12 tutorial and it has been great. Thank you by the way!
I ...
DirectX 11
1
rating
1
answers
1250
views
Hi,
How can i draw sphere in DirectX 11??
How would I go about getting the camera to move wi...
1
rating
2
answers
770
views
Currently I have this; which is Frank Lunas text;
void ShapesApp::OnMouseMove(WPARAM btnState, ...
Could someone explain wht this worked.
1
rating
0
answers
742
views
Just want to understand what I have done, didnt know how to fix something and done something random ...
Asynchronous Texture Upload D3DX
1
rating
0
answers
739
views
How can I implement asynchronicity while developing features using DirectX? Specifically, I am looki...
Question about Descriptor Range of RootDescriptorT...
1
rating
0
answers
1236
views
Hey again!
This week I've been working on a system that, given an input of the number of used resou...
DirectX 11 Blending
1
rating
1
answers
983
views
How can i access pixel colors of destination pixel in pixel shader in order to use my specific b...
Render Targets
1
rating
1
answers
678
views
How can i set up multiple render targets and display the content of only 1 target?
Edit 1:
I am a...
Texture Usage
1
rating
1
answers
644
views
How can i put my pixel content in texture, if not possible then how can i access destination pixel i...
Is unidentified
1
rating
2
answers
753
views
I was making a script for my models
#include "Boxer.h"
#inc...
FBX rigging in Blender
1
rating
1
answers
765
views
Are there ant tutorials on how to rig FBX animations on Blender?
Access data from shader, when rendered to a textur...
1
rating
1
answers
704
views
How can i access my data in shader from shader resource view.?
Is there any need for projection vec...
Error problem
1
rating
1
answers
852
views
Alert me | Edit | Delete | Change type
Question
You cannot vote on your own post
0
I had setup the p...
Lights put just black on screen
1
rating
0
answers
651
views
Everything is going as planned until I add lights.
.[https://gist.github.com/TarcoGames/98addea4f19...
Application hung up on "WaitForSingleObject&q...
1
rating
3
answers
832
views
main.cpp:
.[https://gist.github.com/TarcoGames/b3dce026c505e04c944916de60bf2af2][Gist]
stdafx.h:
.[...
Swap Chain creation failed.
1
rating
0
answers
751
views
I cannot seem to create a swap chain now.
.[https://gist.github.com/TarcoGames/b10b7bf31415c30b39d9...
DirectInput and Md5 file
1
rating
1
answers
724
views
I try to catch the pressure of mouse buttons but it doesn't give me a feedback
.[https://github.com/...
D3D11_INPUT_ELEMENT_DESC error
1
rating
1
answers
1127
views
I keep getting this error:
Severity Code Description Project File Line Suppression State
Error (...
Inverted x-value of the vertices
1
rating
1
answers
600
views
I´m working with the DirectX 11 tutorial.
I loaded one of my .obj models and added some light...