dbsdk_rs

Module vdp

Source

Structs§

Color32
PackedVertex
Rectangle
Texture
Vertex

Enums§

BlendEquation
BlendFactor
Compare
TextureError
TextureFilter
TextureFormat
TextureWrap
Topology
WindingOrder

Functions§

bind_texture
Bind a texture for drawing
blend_equation
Set the blend equation mode
blend_func
Set the source and destination blend factors
clear_color
Clear the backbuffer to the given color
clear_depth
Clear the depth buffer to the given depth value
depth_func
Set the current depth test comparison
depth_write
Set whether depth writes are enabled
draw_geometry
Submit a buffer of geometry to draw
draw_geometry_packed
Submit a buffer of geometry to draw
get_depth_query_result
Get the number of pixels which passed the submitted depth query
get_usage
Get total texture memory usage in bytes
set_culling
Set backface culling enabled or disabled
set_sample_params
Set currently active texture sampling parameters
set_vsync_handler
Set an optional handler for vertical sync
set_winding
Set the winding order for backface culling
submit_depth_query
Compare a region of the depth buffer against the given reference value
viewport
Set the current viewport rect