[Issue 9538] Regression (2.062): Can't use typeid on .ptr of static array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 19 14:33:14 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9538


Felix Hufnagel <puremagic at zoadian.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |puremagic at zoadian.de


--- Comment #1 from Felix Hufnagel <puremagic at zoadian.de> 2013-02-19 14:33:13 PST ---
probably related:

immutable(char)*[1] szSource = [source.toStringz()]; 
glCreateShaderProgramv(TYPE, 1, szSource.ptr);

stopped working with dmd 2.062.
it does not pass the correct string to openGL.


and i still do not have my engine up running again, so these calls are probably
not working as well:

GLenum[] drawBuffers = [GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1,
GL_COLOR_ATTACHMENT2];
check!glDrawBuffers(drawBuffers.length, drawBuffers.ptr);

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list