mirror of
https://github.com/encounter/aurora.git
synced 2026-07-09 18:19:33 -07:00
Test stub fix
This commit is contained in:
@@ -180,8 +180,8 @@ void write_texture(TextureRef& ref, ArrayRef<uint8_t> data) noexcept {}
|
||||
void queue_texture_upload(TextureUpload upload) {}
|
||||
void queue_texture_upload_data(const uint8_t* data, size_t length, uint32_t bytesPerRow, uint32_t rowsPerImage,
|
||||
wgpu::TexelCopyTextureInfo tex, wgpu::Extent3D size) {}
|
||||
void resolve_pass(TextureHandle texture, ClipRect rect, bool clearColor, bool clearAlpha, bool clearDepth,
|
||||
Vec4<float> clearColorValue, float clearDepthValue, GXTexFmt resolveFormat) {}
|
||||
void resolve_pass_into(TextureHandle texture, ClipRect rect, bool clearColor, bool clearAlpha, bool clearDepth,
|
||||
Vec4<float> clearColorValue, float clearDepthValue, GXTexFmt resolveFormat) {}
|
||||
void queue_palette_conv(tex_palette_conv::ConvRequest req) {}
|
||||
void begin_offscreen(uint32_t width, uint32_t height) {}
|
||||
void end_offscreen() {}
|
||||
|
||||
Reference in New Issue
Block a user