Git Product home page Git Product logo

Comments (7)

leadedge avatar leadedge commented on August 24, 2024 1

Change checked and confirmed for 2.007.009 update

from spout2.

leadedge avatar leadedge commented on August 24, 2024

Thanks for your time with this. It is indeed a mistake. At line 441, the default for m_bCPUshare should be true.
I would be grateful if you could test and confirm before I make the change.

from spout2.

cansik avatar cansik commented on August 24, 2024

Thank you, I tested it and it is indeed the flag that needs to be changed. I have opened a PR.

from spout2.

leadedge avatar leadedge commented on August 24, 2024

Again, thanks for your attention and time to find this error.

I know this is a really simple change and it shows no conflicts, but I am not merging any more pull requests right now as discussed in #84. I will do it by hand and update master branch as soon as I can. Beta is not yet ready yet for commit yet but I will make exactly the same change in that file.

from spout2.

cansik avatar cansik commented on August 24, 2024

Ok, I am going to fix it in the Python-SpoutGL as well.

from spout2.

leadedge avatar leadedge commented on August 24, 2024

Yet again, thanks for your time and attention.

from spout2.

leadedge avatar leadedge commented on August 24, 2024

After a little more thought I would suggest the following change -


	m_bUseGLDX = false;
	m_bTextureShare = false;
	m_bCPUshare = false;

	// DirectX capability is the minimum
	if (!OpenDirectX()) {
		SpoutLogFatal("spoutGL::OpenSpout - Could not initialize DirectX 11");
		return false;
	}

	// Default CPU share until tested
	m_bCPUshare = true;

There are other changes in the beta branch and that is almost ready for update to master.

from spout2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.