April 28, 2013
28.04.2013 20:26, Mike Wey пишет:
> On 04/28/2013 01:04 PM, Alexandr Druzhinin wrote:
>> developers version of GtkD solves my problem. but GtkD 2.1.1 from
>> download page doesn't. May be remove it from there to avoid such
>> problems?
>
> Does it also draw the triangle properly for you?
>
yes, it works out of box as expected. Exception is that after window resizing drawGL() function isn't called and I need to call it explicitly in resize() - don't know is it intended or it is some failure.
April 28, 2013
On 04/28/2013 04:08 PM, Alexandr Druzhinin wrote:
> 28.04.2013 20:26, Mike Wey пишет:
>> On 04/28/2013 01:04 PM, Alexandr Druzhinin wrote:
>>> developers version of GtkD solves my problem. but GtkD 2.1.1 from
>>> download page doesn't. May be remove it from there to avoid such
>>> problems?
>>
>> Does it also draw the triangle properly for you?
>>
> yes, it works out of box as expected. Exception is that after window
> resizing drawGL() function isn't called and I need to call it explicitly
> in resize() - don't know is it intended or it is some failure.


I think it's a bug.

-- 
Mike Wey
April 28, 2013
On 04/28/2013 07:33 PM, Mike Wey wrote:
> On 04/28/2013 04:08 PM, Alexandr Druzhinin wrote:
>> 28.04.2013 20:26, Mike Wey пишет:
>>> On 04/28/2013 01:04 PM, Alexandr Druzhinin wrote:
>>>> developers version of GtkD solves my problem. but GtkD 2.1.1 from
>>>> download page doesn't. May be remove it from there to avoid such
>>>> problems?
>>>
>>> Does it also draw the triangle properly for you?
>>>
>> yes, it works out of box as expected. Exception is that after window
>> resizing drawGL() function isn't called and I need to call it explicitly
>> in resize() - don't know is it intended or it is some failure.
>
>
> I think it's a bug.
>
Fixed: https://github.com/gtkd-developers/GtkD/commit/0e41f654a3e24f82d278b4e89581d1a7b9ae2112

-- 
Mike Wey
1 2 3
Next ›   Last »