Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
4 votes
0 answers
1k views

Blender won't start - GPUShader: compile error - AWS Elastic Graphics [closed]

I am looking to run a Blender workload in Amazon Web Services (AWS). I am testing on a Windows Server image on a non-GPU compute resource. Instead of GPU I am attaching AWS Elastic Graphics to the ...
Luther's user avatar
  • 141
4 votes
1 answer
357 views

2D 'POST_VIEW' drawing with gpu.types.GPUShader(vertex_shader, fragment_shader)

I can use gpu.shader.from_builtin("2D_UNIFORM_COLOR") to draw a square to a view (the nodeview), and give it a single color, but I want to use a custom shader. Does ...
zeffii's user avatar
  • 39.7k