bcthund / Project_Parsec

1 stars 0 forks source link

Add TEXTURE_2D_ARRAY #32

Open bcthund opened 3 years ago

bcthund commented 3 years ago

3D Textures are working great, but mipmapping them is an issue. The easiest solution might be to just use a 2D array and manually blend between layers. The speed difference will need to be tested to see if this is worth while after it is implemented. Luckily the basics should be near identical to the 3D texture setup.