Posts

This profile is from a federated server and may be incomplete. Browse more on the original instance.

ypujante, to webgpu
@ypujante@fosstodon.org avatar

Banging my head against the wall...

It seems that I am getting pos.x as the actual screen coordinate instead of [-1, 1] as demonstrated by:

@fragment fn fragmentMain(@builtin(position) pos: vec4f) -> @location(0) vec4f {
var color = vec4f(0);
if(pos.x > 100) {
color = vec4f(1,0,0,1);
}
return color;
}

Any idea?????

dneto,
@dneto@mastodon.gamedev.place avatar

@ypujante
In the fragment shader pos.x and pos.y are framebuffer coordinates.

https://www.w3.org/TR/WGSL/#position-builtin-value

And follow the framebuffer link to the WebGPU spec to confirm.
https://gpuweb.github.io/gpuweb/#framebuffer

ypujante, to webgpu
@ypujante@fosstodon.org avatar

Downloading Google Dawn on Windows10 fails due to filename too long.. here is the filename ImageSampleProjDrefExplicitLod_CheckForLod0_SpvParserHandleTest_ImageCoordsTest_MakeCoordinateOperandsForImageAccess_0.spvasm.expected.ir.msl

Kind of insane if you ask me...

dneto,
@dneto@mastodon.gamedev.place avatar

@ypujante

Under the source root, that would be /test/tint/unittest/reader/spirv/ImageSampleProjDrefExplicitLod_CheckForLod0_SpvParserHandleTest_ImageCoordsTest_MakeCoordinateOperandsForImageAccess_1.spvasm.expected.ir.msl

That's 174 characters (or so) path length.
Make sure you give enough headroom to accommodate the ~256 max path length on Windows.

dneto,
@dneto@mastodon.gamedev.place avatar

@ypujante
(And, those would be one of the unit tests of the SPIR-V to WGSL translator, converted to an end-to-end test so we can check the right thing will be emitted on all the backend languages.)

ypujante, to random
@ypujante@fosstodon.org avatar

Very happy to see that now the Android Proton Mail app supports conversation (even if the "conversation" concept is still broken in Proton Mail in general).

That being said the update was a giant mess. It completely logged me out and I missed timely notifications for emails I was waiting for. Then there was multiple Notification called "Emails" in the Android Notification panel thus reverting my notification sound to the default one... Had to uninstall/reinstall to fix

@protonprivacy

protonprivacy,
@protonprivacy@mastodon.social avatar

@ypujante Thank you for the feedback, we'll look further into this on our end.

Have you managed to sort out everything on your end in the meantime, or do you still require our assistance?

ypujante, to random
@ypujante@fosstodon.org avatar

@protonmail Could you articulate the difference between the newly released desktop app and web? It is really not obvious why would I pick one versus the other... If it is the same UI with the same functionalities then why even have a desktop app?

protonmail,
@protonmail@mastodon.social avatar

@ypujante Great question! The desktop apps provide more privacy and focus depending on your needs and we expand further here: https://proton.me/blog/proton-mail-desktop-app

ypujante, to email
@ypujante@fosstodon.org avatar

Although I do like ProtonMail, the implementation of conversation is broken: receiving 2 emails from the same sender with the same subject is NOT a conversation...

Example: on day 1, LinkedIn sends an email with "You have 1 new invitation". 2 weeks later LinkedIn sends an email with "You have 1 new invitation". There is no connection between these 2 emails yet ProtonMail flags them as as conversation!

GMail nails that down...

@protonmail

ypujante,
@ypujante@fosstodon.org avatar

@protonmail Another example: my parents often send me email without any subject (because they don't really understand how email works...). ProtonMail keeps on lumping all these non related emails to the same conversation.

protonmail,
@protonmail@mastodon.social avatar

@ypujante Thanks for the additional feedback!

ypujante, to random
@ypujante@fosstodon.org avatar

@protonmail Ok so apparently Sony/Playstation does not accept proton.me email addresses... I am not sure I understand why.. Even calling Customer Support won't let me change it...

underlap,
@underlap@fosstodon.org avatar

@ypujante @protonmail Ouch! That's shocking.

protonmail,
@protonmail@mastodon.social avatar

@ypujante can you share additional details with our support team at https://proton.me/support/contact-product

One of our team members has been using a Proton Mail account with Playstation with no issues.

ypujante, to webassembly
@ypujante@fosstodon.org avatar

I am very happy to announce the 1.0 release of my new free and open source project emscripten-glfw (https://github.com/pongasoft/emscripten-glfw) which is a port of glfw written in C++ for the web/webassembly platform. Check out the live demo: https://pongasoft.github.io/emscripten-glfw/test/demo/main.html.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • rosin
  • mdbf
  • tacticalgear
  • osvaldo12
  • InstantRegret
  • DreamBathrooms
  • cubers
  • magazineikmin
  • thenastyranch
  • khanakhh
  • Youngstown
  • slotface
  • kavyap
  • megavids
  • ethstaker
  • tester
  • GTA5RPClips
  • Durango
  • modclub
  • Leos
  • ngwrru68w68
  • everett
  • anitta
  • cisconetworking
  • provamag3
  • normalnudes
  • lostlight
  • All magazines