maxiorek82Member
Profile
Reputation
Questions
Answers
Tutorials
Comments
Files
Member Since: Apr 2016
Profile Views: 1013
Reputation: 437
Posts: 31
Website:
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+5 a single question about the function "ClearRenderTargetView()"
+1
+1
+1
+1
+1
+1
+1
+5 a single question about depth view
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+3 DirectX11 Application doesnt work outside VS2015
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+3 S01E02 - First Window
+3 S01E01 - Setting Environment
+3 DirectX12 Tutorial
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+3 DirectInput and Md5 file
+1
+1
+3 09 - User Interface Part 2
+3 08 - User Interface Part 1
+1
+1
+3 07 - Let's Hello World!
+1
+3 Summary No 1
+3 06 - Direct3D Window
+1
+1
+3 05 - Configuration File
+1
+1
+3 04 - DirectX Support and some display informations
+3 03 - First Window
+3 02 - Loggin to a file
+3 01 - Logger
+3 Let's Start Something Cool :)
+3 04 - DirectX Support and some display informations
+1
+1
+1
+1
+1
+1
+3 03 - First Window
+3 02 - Loggin to a file
+3 01 - Logger
+3 Let's Start Something Cool :)
+1
+1
+1 Error problem
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+3 Is unidentified
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+5 CreateSwapChain function returns empty/NULL tempSwapChain
+1
+3 CreateSwapChain function returns empty/NULL tempSwapChain
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+3 Getting compiler error when trying to compile code from directx 12 tutorial #3
+1
+3 Getting compiler error when trying to compile code from directx 12 tutorial #3
+5 Getting compiler error when trying to compile code from directx 12 tutorial #3
+3 Getting compiler error when trying to compile code from directx 12 tutorial #3
+1
+1
Lights in DirectX12
0
rating
1
answers
1695
views
Hi, I wanna add some lights into my engine but cannot find any good tutorial about it, modyfying Dx...
a single question about the function "ClearRe...
0
rating
I assume you mean the background color is not changing. Am wondering is anything else drawn as it sh...
a single question about depth view
0
rating
Usualy, there is a range from 0.0 to 1.0 and it should be not changed. From my expierience I know th...
DirectX11 Application doesnt work outside VS2015
1
rating
I assume that when running within VS it works as intended. First question should be: are you using a...
DirectInput and Md5 file
1
rating
First of all you can convert in using a 3D software or a converter, just load it end export. If you ...
Application hung up on "WaitForSingleObject&q...
0
rating
ok, I think I got it :) first the headers :) #include <windows.h> #include <Versi...
Is unidentified
1
rating
Check what a function need and what you define, there is a collision in variables. This is an exampl...
CreateSwapChain function returns empty/NULL tempSw...
1
rating
I doubt that this is because difference between x86 and x64, I looked at my source and I had it tran...
Directx12 - Adapter not supported
0
rating
I had similar problem but you card should suport Dx12 :) try this function :) bool Dx12::CheckDx12(...
Getting compiler error when trying to compile code...
3
rating
this is a linker error, see if you had sett up correctly libraries for x64 platform :)
DirectX12 Tutorial [Collection]
1
rating
0
answers
3364
views
Let's make a abstraction to some code in DirectX12. Some things will be easy to change to support DirectX11 or OpenGL. I will divide it to Sections: **Section 1: - Creation of Debug** Here will be created our window with support od D3D12 and D2D and with some of User Interface. Debug Window will be opened with a F12 key and will contain ony Static and Button controls with a support of windows. **Section 2: - First steps on drawing 3D** This time will make a basic primitive, show how to draw them, use different topologies and when they can be in use, picking and displaying data about them. **Section 3: - Few new controls, textures** This time will create few new controls,, adding some of fucuntionality and and displaying duration of drawing and updating 2D and 3D elements. What next? we will se and update it as the time goes by. Some things will be made without any optimisations, which will be talked maybe in Section 4 :) So let's start :)
S01E01 - Setting Environment
1
rating
0
answers
1244
views
Setting Visual Studio 2017
S01E02 - First Window
1
rating
0
answers
1900
views
How to open a window :)
D3D11_INPUT_ELEMENT_DESC error
Because the problem is elsewhere. Show your cpp file where you init d3d
D3D11_INPUT_ELEMENT_DESC error
These are only includes and I feel like it is a header file. This will tell nothing. One thing: Neve...
D3D11_INPUT_ELEMENT_DESC error
I think that error may be pointing to this place, but the problem can be elsewhere. Can you post cod...
09 - User Interface Part 2
No since you check if it is allocated and if yes than you are releasing it. This is a good method to...
09 - User Interface Part 2
Have you tried replace it with pd3d11Device = nullptr; ??
09 - User Interface Part 2
I bet you are running it in the x86 debug mode which is correct, I didn't investigate why x86 builds...
DirectInput and Md5 file
So in that region which I was suggesting, debugging is a must in programming, sometimes you spend mu...
DirectInput and Md5 file
Wait, you are drawing the text but mouse handling is not working?? I just wonder why are you using D...
Swap Chain creation failed.
I think the problem is the same as last time, update your scDesc as I wrote last time and it should ...
Application hung up on "WaitForSingleObject&q...
D3D12_CPU_DESCRIPTOR_HANDLE rtvHandle = rtvDescHeap->GetCPUDescriptorHandleForHeapStart(); this i...
Application hung up on "WaitForSingleObject&q...
Did you debug it and check what's in fenceEvent?? many errors and fails are because of not valid dat...
Ive been working through your DX11 tutorials
To be honest it is a bit of work to rewrite those apps. I abbandoned Dx11 and the whole app runs on ...
04. DirectX 12 - Braynzar Soft Tutorials
if you wanna update existing tutorials to newer versions on Windows 10 than you must know that there...
I see the same error as before with ModelAnimation which is a part of Model3D struct. watch were you...
Model Error
As I asume you declaration of Model3D is in pch.h. specialization of vecctor cannot be made on non e...
Lights in DirectX12
Thanks for your tips, they are helpful, will try to solve some tomorrow. Thanks to your tutorials I'...
CreateSwapChain function returns empty/NULL tempSw...
can you post the code of that init till CreateSwapChain function? I have all packed in cla...
09. Transformations and World View Projection Spac...
I just had completed putting this to my sources, my difficulty was assigning this to every object I ...
01 - FirstWindow.zip 3.23 kb on May 06 `18 396 downloads
01 - Logger.zip 839 bytes on Jan 17 `18 359 downloads
02 - LogFile.zip 1.08 kb on Jan 19 `18 345 downloads
03 - FirstWindow.zip 2.4 kb on Jan 19 `18 363 downloads
04 - Dx Support.ZIP 2.23 kb on Jan 24 `18 361 downloads
05 - Config.zip 18.8 kb on Feb 04 `18 368 downloads
05 - Config.zip 4.44 kb on Feb 05 `18 368 downloads
06 - GFX Window.zip 22.61 kb on Feb 06 `18 364 downloads
07 - Hello World.zip 25.87 kb on Feb 09 `18 394 downloads
08 - User Interface.zip 28.53 kb on Feb 10 `18 359 downloads
09 - UI Part 2.zip 28.81 kb on Feb 11 `18 360 downloads