June 30 Issues » [Issue 24641] New: ImportC: enum typedef before definition is not supported | |||
|---|---|---|---|
| |||
...BL_DEFINE_ENUM(BLObjectType) {
BL_OBJECT_TYPE_RGBA = 0,
BL_OBJECT_TYPE_RGBA32 = 1,
};
int... | |||
July 23, 2023 Learn » Loading Textures in OpenGL | |||
|---|---|---|---|
| |||
...0, GL_RGB, width, hight, 0, GL_RGBA, GL_UNSIGNED_BYTE, texData[u-1].ptr... | |||
December 17, 2022 Genel » Sınıf Class Kurucu - Çokuzlu tupleof ile yapılan kolaylık | |||
|---|---|---|---|
| |||
...240, true);
}
struct Color {}
class Point {
Color rgba;
int x, y;
bool hidden;
mixin(cKur... | |||
August 11, 2022 Announce » Re: gamut v0.0.7 ask for what you want | |||
|---|---|---|---|
| |||
...needs an pallete of 256 16-bit RGBA, that's 2 kb. Is that portable... | |||
August 02, 2022 Genel » Re: SDL kütüphanesi kurulum sorunları | |||
|---|---|---|---|
| |||
...const mode = imgSurf.format.BytesPerPixel == 4 ? GL_RGBA : GL_RGB;
glTexImage2D(GL_TEXTURE_2D, 0... | |||
June 17, 2022 General » Re: Discussion Thread: DIP 1043--Shortened Method Syntax--Final Review | |||
|---|---|---|---|
| |||
...d
// declare `this(rgba, x, y)`, no `hidden` parameter
mixin defaultClassCtor!(q{rgba, x, y... | |||
June 16, 2022 General » Re: Discussion Thread: DIP 1043--Shortened Method Syntax--Final Review | |||
|---|---|---|---|
| |||
...params[i];
}
}
};
struct Color {}
class Point
{
Color rgba;
int x, y;
bool hidden;
mixin(defaultClassConstructor... | |||
June 16, 2022 General » Re: Discussion Thread: DIP 1043--Shortened Method Syntax--Final Review | |||
|---|---|---|---|
| |||
...constructor!
```d
struct Color {}
class Point {
Color rgba;
int x, y;
bool hidden;
this(Color... | |||
May 17, 2022 Learn » Re: Question on shapes | |||
|---|---|---|---|
| |||
...shapes.
```d
class Shape {
private:
float scale;
RGBA color;
DrawBuffer buffer; // some API-specific vertex... | |||
April 27, 2022 Learn » Re: Library for image editing and text insertion | |||
|---|---|---|---|
| |||
...file"); auto tci = image.getAsTrueColorImage(); // convert to rgba for simplicity import std.file; auto font... | |||
Copyright © 1999-2021 by the D Language Foundation