gpu: inline TODOs
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8453b0d2a6
commit
b0adf42c70
25 changed files with 1939 additions and 605 deletions
|
|
@ -2,7 +2,16 @@ const ChainedStruct = @import("types.zig").ChainedStruct;
|
|||
const FilterMode = @import("types.zig").FilterMode;
|
||||
const CompareFunction = @import("types.zig").CompareFunction;
|
||||
|
||||
pub const Sampler = *opaque {};
|
||||
pub const Sampler = *opaque {
|
||||
// TODO
|
||||
// pub inline fn samplerSetLabel(sampler: gpu.Sampler, label: [*:0]const u8) void {
|
||||
|
||||
// TODO
|
||||
// pub inline fn samplerReference(sampler: gpu.Sampler) void {
|
||||
|
||||
// TODO
|
||||
// pub inline fn samplerRelease(sampler: gpu.Sampler) void {
|
||||
};
|
||||
|
||||
pub const SamplerAddressMode = enum(u32) {
|
||||
repeat = 0x00000000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue