gpu: inline TODOs

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-25 21:58:21 -07:00 committed by Stephen Gutekanst
parent 8453b0d2a6
commit b0adf42c70
25 changed files with 1939 additions and 605 deletions

View file

@ -1,7 +1,19 @@
const ChainedStruct = @import("types.zig").ChainedStruct;
const TextureView = @import("texture_view.zig").TextureView;
pub const ExternalTexture = *opaque {};
pub const ExternalTexture = *opaque {
// TODO
// pub inline fn externalTextureDestroy(external_texture: gpu.ExternalTexture) void {
// TODO
// pub inline fn externalTextureSetLabel(external_texture: gpu.ExternalTexture, label: [*:0]const u8) void {
// TODO
// pub inline fn externalTextureReference(external_texture: gpu.ExternalTexture) void {
// TODO
// pub inline fn externalTextureRelease(external_texture: gpu.ExternalTexture) void {
};
pub const ExternalTextureBindingEntry = extern struct {
chain: ChainedStruct,