Code Monkey home page Code Monkey logo

Comments (3)

paroj avatar paroj commented on May 11, 2024

[author="masterfalcon", created="Sun, 13 Oct 2013 21:19:10 +0200"]

Anyone know if this is still an issue?

from ogre.

paroj avatar paroj commented on May 11, 2024

[author="lilin", created="Mon, 14 Oct 2013 17:40:06 +0200"]

I'm still having this issue with a 1.9.0unstable (with outdated sources, sorry).

in: OgreD3D9HLSLProgram.cpp:l258
LPD3DXCONSTANTTABLE pConstTable;

// Compile & assemble into microcode
HRESULT hr = D3DXCompileShader(
mSource.c_str(),
static_cast(mSource.length()),
pDefines,
&includeHandler,
mEntryPoint.c_str(),
mTarget.c_str(),
compileFlags,
&mMicroCode,
&errors,
#if CHANGES
//see bellow
NULL);
#else
&pConstTable);
#endif

and l293:
#if CHANGES
// see http://msdn.microsoft.com/en-us/library/windows/desktop/bb172731(v=vs.85).aspx
// was causing sporadic errors in video pipeline when app exeeded 2Go private virtual memory addressing
// issue sent to OGRE: https://ogre3d.atlassian.net/browse/OGRE-178
hr = D3DXGetShaderConstantTableEx((DWORD*)mMicroCode->GetBufferPointer(),
D3DXCONSTTABLE_LARGEADDRESSAWARE, &pConstTable);
#endif

// Get contents of the constant table
D3DXCONSTANTTABLE_DESC desc;
HRESULT hr = pConstTable->GetDesc(&desc);

from ogre.

paroj avatar paroj commented on May 11, 2024

D3D9 is on support mode only. no new features

from ogre.

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.