Advertisement

Latest Templates Activity

methinks said:
I'm still getting used to auto. It's a great tool, but I don't like using it as a return, as it hides the intention. I'm also not sure how it will work with auto-generated documentation.

In addition to what frob says, a “begin” method is not something that a user really needs to know t…

7,409 views
Advertisement

After recharging my batteries for seven days, I am now filled with usable intent.  Pure JavaScript is appealing to me, and I am wondering if there are any areas that I need to be aware of besides what I have done.  What I am concerned with is just JavaScript, not the libraries like React.…

8,646 views

Okay, took me a while because I had a completely out of nowhere bug that made my skybox shake... but this is kind of what I came up with.

void Renderable::updateBuffersAuto(ID3D11DeviceContext* cont) const
{
	for (int i = 0; i < mat->getVS()->_bufferMetaData.size(); i++)
	{
		for (const CB…
10,640 views
Advertisement
Advertisement