python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
WebGL: read from a texture and write the output to a second texture
I am using WebGL2. I have two programs. Program 1 renders my favorite triangle, in my favorite color, into a texture, for safe keeping.
Program 2 reads the output of program 1 (the first texture) and ...

Avery
Votes: 0
Answers: 1
Leveraging webGL to find bounding boxes
Given some vertices with xyz coordinates it is easy to obtain an xyz aligned bounding box, just take the min/max xyz values from the vertices. Ideally, these values only have to be found once and can ...

Gabe Nodarse
Votes: 0
Answers: 1
Binding textures or using texture units
I am using webgl2 to solve and visualize partial differential equations on a website interactively, so I am using one shader to visualize an array while a few other shaders run computations on the arr...
Oscillon
Votes: 0
Answers: 1
Nothing is displayed when loading my WebGL2 html file
I am reading a book on WebGL2. I am new to both HTML and WebGL and am trying to educate myself.
I have a problem with loading one of the examples of the book, which is posted here.
For convenience, I ...
afp_2008
Votes: 0
Answers: 0