bigwheels icon indicating copy to clipboard operation
bigwheels copied to clipboard

Add UINT8 index buffer support to Geometry

Open footballhead opened this issue 5 months ago • 0 comments

Add support for creating buffers that the GPU can accept if IndexTypeUint8Supported(). The client must decide which index type to use depending on the supported features of the API and GPU; it is possible to create a Uint8 buffer which i.e. is not accepted by DX12.

This is required for #453

footballhead avatar Sep 12 '24 14:09 footballhead