Ravi Prakash Singh

Results 9 comments of Ravi Prakash Singh

Hey, I would like to maintain it!

@arcady-lunarg , could you please add the unit tests on your side again? I've ran out of my time this weekend. I see the tests are failing and I think...

I think the following set of SPIR-V instructions are inefficient as what more the SPV_KHR_{16|8}bit_storage extensions allow. ``` ... %19 = OpAccessChain %_ptr_Uniform_v4short %_ %int_0 %20 = OpLoad %v4short %19...

@alelenv, how did you compiled your shader? Trying to execute the following command reports an error for me: ``` $ glslang -G test.frag -o test.frag.spv test.frag ERROR: test.frag:20: 'location' :...

Inspecting the code in `ParseHelper.cpp`, I think we are first trying to extract the components of i16v4 (i16vec4) and then convert each component, of type i16, separately to scalar type...

Raise a PR #3631 which fixes this issue.

Forward Rendering works now. Commit id: a4b86034de6068daed9bb458c2a21a8f6b9d8add

To the maintainer, I'm not sure if the comment updates in this PR are worthwhile - so feel free to reject it. Also, I've made a comment on #3607 for...