CF_Texture¶
Category: graphics
GitHub: cute_graphics.h
An opaque handle representing a texture.
Remarks¶
A texture is a buffer of data sent to the GPU for random access. Usually textures are used to store image data.
Related Pages¶
cf_material_set_texture_fs
CF_Canvas
CF_Material
CF_Shader
CF_TextureParams
cf_texture_defaults
cf_make_texture
cf_destroy_texture
cf_texture_update
cf_material_set_texture_vs