Search found 52 matches

by aslanbey0158
April 10th, 2020, 1:45 pm
Forum: Everything
Topic: IS_DEBUG
Replies: 5
Views: 2684

IS_DEBUG

Where is "IS_DEBUG"?
by aslanbey0158
March 13th, 2020, 8:27 pm
Forum: Everything
Topic: IDXGIAdapter
Replies: 1
Views: 1496

IDXGIAdapter

Hello.
I am trying to work above yumtard's project
At this point i have problem with graphic card therefore i try adding IDXGIAdapter.
if i solve this problem, i suppose solve other problems on behalf of me
by aslanbey0158
October 1st, 2019, 12:08 pm
Forum: Everything
Topic: Multidimensional Array
Replies: 7
Views: 4744

Re: Multidimensional Array

i wrote my function in main class;it works well.
İ wanted to throw this function to

void function( float a[][],float b[]) <----

function doesnt take matrice ,it wants vector
How can i solve this problem?
by aslanbey0158
September 30th, 2019, 12:04 pm
Forum: Everything
Topic: Multidimensional Array
Replies: 7
Views: 4744

Re: Multidimensional Array

But function doesn't take matrix,it want vector.
The problem is this.
by aslanbey0158
September 30th, 2019, 10:26 am
Forum: Everything
Topic: Multidimensional Array
Replies: 7
Views: 4744

Multidimensional Array

I have a matrix like a[3][3] (float) ,

void function(float a[][],b[])

i can't send this matrix into funtion. How can i send matrix to function
by aslanbey0158
June 14th, 2019, 1:44 pm
Forum: Everything
Topic: The problem is space
Replies: 5
Views: 2773

Re: The problem is space

AABB_2D::AABB_2D(const Math::vec2 & pos, const Math::vec2 & extents) { } my problem isnt deal with this function. My problem is " const Math::vec2 & pos". At here " const Math::vec2& pos" should be written. " &" ->"&" i think this problem is deal with visual C' settings or some protected file by ope...
by aslanbey0158
June 10th, 2019, 8:20 am
Forum: Everything
Topic: The problem is space
Replies: 5
Views: 2773

The problem is space

AABB_2D::AABB_2D(const Math::vec2 & pos, const Math::vec2 & extents) { } ------------------------------------------ At above statement -- Math::vec2 & pos & this statement is mistake over VS2017 May we solve this problem manually on our computer? And is this problem occur on later newer versions?
by aslanbey0158
June 2nd, 2019, 9:27 am
Forum: Everything
Topic: Slot 0 error
Replies: 4
Views: 2143

Re: Slot 0 error

The File is attached
by aslanbey0158
June 2nd, 2019, 1:12 am
Forum: Everything
Topic: Slot 0 error
Replies: 4
Views: 2143

Slot 0 error

Before Point light i get Slot 0 error too. Video (24.2) (after space bar,it occurs)
I applied "alignas(16)" somewheres but i couldnt solve the problem.
i know i am headache on your head, but i cant do anything. :)