guuuu
This commit is contained in:
parent
28f0d737b1
commit
6fdb938524
4 changed files with 260 additions and 125 deletions
|
|
@ -148,7 +148,7 @@ main :: proc() {
|
|||
primitive_type = .TRIANGLELIST,
|
||||
rasterizer_state = sdl.GPURasterizerState{
|
||||
fill_mode = .FILL,
|
||||
cull_mode = .BACK,
|
||||
cull_mode = .NONE,
|
||||
front_face = .COUNTER_CLOCKWISE,
|
||||
depth_bias_constant_factor = 0,
|
||||
depth_bias_clamp = 0,
|
||||
|
|
@ -192,8 +192,8 @@ main :: proc() {
|
|||
pipeline_create_info := sdl.GPUGraphicsPipelineCreateInfo{
|
||||
primitive_type = .TRIANGLELIST,
|
||||
rasterizer_state = {
|
||||
fill_mode = .LINE,
|
||||
cull_mode = .FRONT,
|
||||
fill_mode = .FILL,
|
||||
cull_mode = .NONE,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue